Implement LCMapString using unicode collation tables.
commit85d4281616d685fdbd1bb6ec89c5e85c25888c23
authorDmitry Timoshkov <dmitry@codeweavers.com>
Fri, 27 Jun 2003 19:02:23 +0000 (27 19:02 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 27 Jun 2003 19:02:23 +0000 (27 19:02 +0000)
tree2fce513819c5709bab8c493040f703b0accb84b3
parent4cb212063b35675fdcf7e41c9e263097ad02fda7
Implement LCMapString using unicode collation tables.
Move CompareString and LCMapString to dlls/kernel/locale.c.
15 files changed:
configure
configure.ac
dlls/kernel/Makefile.in
dlls/kernel/locale.c
dlls/kernel/tests/locale.c
dlls/ntdll/debugtools.c
include/wine/unicode.h
include/winnls.h
libs/unicode/Makefile.in
libs/unicode/mbtowc.c
libs/unicode/sortkey.c [new file with mode: 0644]
libs/unicode/utf8.c
libs/unicode/wctomb.c
libs/unicode/wine_unicode.def
ole/ole2nls.c [deleted file]