Convert WND.text field to Unicode.
commit04da8b8f2812f830ec4d000238e85d49e41831e6
authorDmitry Timoshkov <dmitry@sloboda.ru>
Mon, 10 Jul 2000 12:09:31 +0000 (10 12:09 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Jul 2000 12:09:31 +0000 (10 12:09 +0000)
treeef14f63dd48510cec823db3e87e5e8b34923b77c
parentd5d8480fa5c3a4b4aa55e9d816fe737bf1b53ef2
Convert WND.text field to Unicode.
Add new key to wine.ini in the section [x11drv] - TextCP, which means
code page used for texts passed to X.
Accordingly fix handlers of WM_SETTEXT/WM_GETTEXT.
15 files changed:
controls/button.c
controls/icontitle.c
controls/static.c
include/mdi.h
include/ttydrv.h
include/win.h
include/x11drv.h
windows/defwnd.c
windows/dialog.c
windows/mdi.c
windows/spy.c
windows/ttydrv/wnd.c
windows/win.c
windows/x11drv/wnd.c
wine.ini