tVirtually complete UTF-8/Unicode support under Win32: - All message translation avoided by using wrapper functions for GetMessage, SendMesage, DispatchMessage, IsDialogMessage, CallWindowProc, DefWindowProc, GetWindowLong and SetWindowLong - Wrappers for Header_InsertItem and TabCtrl_InsertItem which use the correct message for Unicode or ANSI - Relevant calls to strlen replaced with myw32strlen() which calls g_utf8_strlen when running in Unicode mode - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 31dd16378c0737c5d3f1a802d59b27ff2bebea89
(DIR) parent 28048a80de1adc454c252581b715c7d76ab486a2
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Mon, 26 Aug 2002 13:12:33 +0000
Virtually complete UTF-8/Unicode support under Win32:
- All message translation avoided by using wrapper functions for GetMessage,
SendMesage, DispatchMessage, IsDialogMessage, CallWindowProc, DefWindowProc,
GetWindowLong and SetWindowLong
- Wrappers for Header_InsertItem and TabCtrl_InsertItem which use the correct
message for Unicode or ANSI
- Relevant calls to strlen replaced with myw32strlen() which calls
g_utf8_strlen when running in Unicode mode
Diffstat:
M ChangeLog | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/ChangeLog b/ChangeLog
t@@ -15,6 +15,8 @@ cvs
encoding (usually taken from the locale) to be overridden, and to allow
the inclusion of other config files
- Spanish translation added by Quique
+ - The Windows build of dopewars should now use Unicode throughout, on
+ platforms with Unicode support (i.e. NT/2000/XP)
1.5.7 25-06-2002
- Sound support; Windows multimedia, ESD and SDL outputs are supported;