ChangeSet ID: 10800 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/01/20 16:39:07
Modified files: objects : text.c font.c libs/unicode : wine_unicode.def wctomb.c mbtowc.c cptable.c cpmap.pl Makefile.in include/wine : unicode.h dlls/kernel : locale.c dlls/gdi/mfdrv : text.c Removed files: libs/unicode : c_042.c
Log message: Rein Klazes rklazes@xs4all.nl Fix MultiByteToWideChar and WideCharToMultiByte when called with code page CP_SYMBOL. Remove the symbol font from the code page table, so it is not reported as a valid/supported/installed code page. Remove workarounds for the badly behaved MultiByteToWideChar and co. in a few places.
Patch: http://cvs.winehq.com/patch.py?id=10800
Old revision New revision Changes Path 1.56 1.57 +6 -12 wine/objects/text.c 1.113 1.114 +3 -7 wine/objects/font.c 1.6 1.7 +2 -0 wine/libs/unicode/wine_unicode.def 1.4 1.5 +21 -0 wine/libs/unicode/wctomb.c 1.3 1.4 +19 -0 wine/libs/unicode/mbtowc.c 1.2 1.3 +1 -3 wine/libs/unicode/cptable.c 1.6 1.7 +1 -31 wine/libs/unicode/cpmap.pl 1.7 1.8 +0 -1 wine/libs/unicode/Makefile.in 1.26 1.27 +3 -1 wine/include/wine/unicode.h 1.31 1.32 +22 -4 wine/dlls/kernel/locale.c 1.7 1.8 +3 -9 wine/dlls/gdi/mfdrv/text.c 1.3 Removed +0 -0 wine/libs/unicode/c_042.c