Fixed GetLocaleInfoW to handle Unicode properly and completed
commit66e3183099efa095c57191b3aa8384521ab684bd
authorAlexandre Julliard <julliard@winehq.org>
Thu, 15 Aug 2002 23:18:47 +0000 (15 23:18 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 15 Aug 2002 23:18:47 +0000 (15 23:18 +0000)
tree39ff1d349093f460d81d0446d0bf9d5e5c86f654
parentbecccaf168fb516d4aaf4d0911f3e8b761b8fd40
Fixed GetLocaleInfoW to handle Unicode properly and completed
implementation.
Update win.ini and registry on startup when language changed.
More logical priority order for locale environment variables.
Implemented SetLocaleInfoW.
Moved some locale functions to kernel32.dll.
dlls/kernel/Makefile.in
dlls/kernel/kernel32.spec
dlls/kernel/kernel_main.c
dlls/kernel/locale.c [new file with mode: 0644]
dlls/ntdll/Makefile.in
include/thread.h
include/winnls.h
memory/codepage.c
memory/string.c
ole/ole2nls.c
scheduler/thread.c