[Bug 321] msvcrt.printf does not support %S & %C

Wine Bugs wine-bugs at winehq.org
Sun Mar 6 14:54:00 CST 2005


http://bugs.winehq.org/show_bug.cgi?id=321





------- Additional Comments From us at the-edmeades.demon.co.uk  2005-06-03 14:54 -------
Not quite... A simple pgm:
    printf("%s\n", "test");
    printf("%s (%S) %c (%C)\n", "test", L"test2", 'X', L'Y');
still fails, because msvcrt printf calls vsnprintf not the internal 
MSVCRT_vsnprintf. Patch sent to wine-patches to resolve this:
  http://www.winehq.org/hypermail/wine-patches/2005/03/0116.html

Will resolve/fixed this bug once patch comitted

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list