Fix MultiByteToWideChar and WideCharToMultiByte when called with code
commitf20ce3b816d7292cd7dd40b9403e045588a8abf9
authorRein Klazes <rklazes@xs4all.nl>
Tue, 20 Jan 2004 22:39:06 +0000 (20 22:39 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 20 Jan 2004 22:39:06 +0000 (20 22:39 +0000)
tree5dce1f84b3d83eb80d2521915d90ec4a4e2c6717
parentc660117622a6221791f2199e122d73c89dae3184
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.
12 files changed:
dlls/gdi/mfdrv/text.c
dlls/kernel/locale.c
include/wine/unicode.h
libs/unicode/Makefile.in
libs/unicode/c_042.c [deleted file]
libs/unicode/cpmap.pl
libs/unicode/cptable.c
libs/unicode/mbtowc.c
libs/unicode/wctomb.c
libs/unicode/wine_unicode.def
objects/font.c
objects/text.c