comparison readme.txt @ 1639:5c8a5c894ab0

Set the OS/2 codepage to 1208 (UTF-8) when creating the message queue. On supported versions of OS/2 (WSeB and eCS) this will enabled UTF-8 support in Dynamic Windows. Unsupported versions will remain in the default native codepage.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 02 Apr 2012 09:49:07 +0000
parents 4506f4e31efb
children 2d5d3a11dee4
comparison
equal deleted inserted replaced
1638:c6ebff29a916 1639:5c8a5c894ab0
25 Changes from version 2.3: 25 Changes from version 2.3:
26 Added fullscreen support on Mac for resizable windows. 26 Added fullscreen support on Mac for resizable windows.
27 Added UNICODE build mode on Windows allowing UTF-8 encoded text. 27 Added UNICODE build mode on Windows allowing UTF-8 encoded text.
28 ANSI builds are supported by removing -DUNICODE -D_UNICODE and -DAEROGLASS 28 ANSI builds are supported by removing -DUNICODE -D_UNICODE and -DAEROGLASS
29 Added support for antialiased drawing on Windows via GDI+. 29 Added support for antialiased drawing on Windows via GDI+.
30 Added codepage 1208 (UTF-8) as the default codepage on OS/2.
30 Fixed value changed events not working for spinbuttons on OS/2 and Windows. 31 Fixed value changed events not working for spinbuttons on OS/2 and Windows.
31 Fixed an issue drawing arcs on GTK3 and GTK2 for printing. 32 Fixed an issue drawing arcs on GTK3 and GTK2 for printing.
32 33
33 Dynamic Windows Documentation is available at: 34 Dynamic Windows Documentation is available at:
34 35