Changelog Shachar Shemesh <winecode@xxxxxxxxxxx> dlls/commdlg/fontdlg.c:
* Add copyright notice for Shachar Shemesh covering this and the changes from Feb 15th 2003 * Add sample text characters for Symbol, Japanese, Greek, Turkish, Arabic, Baltic, Vietnamese, Russian, East European and Thai codepages.
-- Shachar Shemesh Open Source integration & consulting Home page & resume - http://www.shemesh.biz/
The opinions expressed in this mail are my own, and do not necessarily represent the opinions of my employer. Wait! I am self employed! Hmm...
Index: dlls/commdlg/fontdlg.c =================================================================== RCS file: /home/sun/sources/cvs/wine/dlls/commdlg/fontdlg.c,v retrieving revision 1.58 diff -u -r1.58 fontdlg.c --- dlls/commdlg/fontdlg.c 28 Nov 2003 23:40:12 -0000 1.58 +++ dlls/commdlg/fontdlg.c 30 Nov 2003 01:36:47 -0000 @@ -3,6 +3,7 @@ * * Copyright 1994 Martin Ayotte * Copyright 1996 Albrecht Kleine + * Copyright 2003 Shachar Shemesh * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -62,20 +63,20 @@ static const WCHAR SAMPLE_LANG_TEXT[][SAMPLE_EXTLEN]={ {'Y','y','Z','z',0}, /* Western and default */ - {0}, /* Symbol */ - {0}, /* Shift JIS */ + {'C','c','D','d',0}, /* Symbol */ + {0x3042,0x3041,0x30a2,0x30a1,0x4e9c,0x5b87,0}, /* Shift JIS */ {0}, /* Hangul */ {0}, /* GB2312 */ {0}, /* BIG5 */ - {0}, /* Greek */ - {0}, /* Turkish */ + {0x391, 0x3b1, 0x392, 0x3b2, 0}, /* Greek */ + {0x011e, 0x11f, 0x15e, 0x15f, 0}, /* Turkish */ {0x05e0, 0x05e1, 0x05e9, 0x05ea, 0}, /* Hebrew */ - {0}, /* Arabic */ - {0}, /* Baltic */ - {0}, /* Vietnamese */ - {0}, /* Russian */ - {0}, /* East European */ - {0}, /* Thai */ + {0x627, 0x628, 0x62c, 0x62f, 0x647, 0x648, 0x632, 0}, /* Arabic */ + {'Y','y','Z','z', 0}, /* Baltic */ + {0x1a0, 0x1a1, 0x1af, 0x1b0, 0}, /* Vietnamese */ + {0x411, 0x431, 0x424, 0x444, 0}, /* Russian */ + {0x00c1, 0x00e1, 0x00d4, 0x00f4, 0}, /* East European */ + {0xe2d,0xe31,0xe01,0xe29,0xe23,0xe44,0xe17,0xe22,0}, /* Thai */ {0}, /* Johab */ {0}, /* Mac */ {0}, /* OEM */