[Lngcompiler-commits] CVS: lngcompiler LngForm.pas,1.12,1.13
Brought to you by:
lovetski,
maximmasiutin
From: Maxim M. <max...@us...> - 2004-01-09 17:51:22
|
Update of /cvsroot/lngcompiler/lngcompiler In directory sc8-pr-cvs1:/tmp/cvs-serv11302 Modified Files: LngForm.pas Log Message: Added "Traditional Chinese" Index: LngForm.pas =================================================================== RCS file: /cvsroot/lngcompiler/lngcompiler/LngForm.pas,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** LngForm.pas 14 Oct 2003 15:15:59 -0000 1.12 --- LngForm.pas 9 Jan 2004 17:51:19 -0000 1.13 *************** *** 338,342 **** DoAdd('Portuguese', 16, ANSI_CHARSET); DoAdd('Lithuanian', 17, BALTIC_CHARSET); ! DoAdd('Chinese', 18, DEFAULT_CHARSET); DoAdd('French', 19, ANSI_CHARSET); DoAdd('Norwegian', 20, ANSI_CHARSET); --- 338,342 ---- DoAdd('Portuguese', 16, ANSI_CHARSET); DoAdd('Lithuanian', 17, BALTIC_CHARSET); ! DoAdd('Chinese (Simplified)', 18, GB2312_CHARSET); DoAdd('French', 19, ANSI_CHARSET); DoAdd('Norwegian', 20, ANSI_CHARSET); *************** *** 348,351 **** --- 348,352 ---- DoAdd('Serbian (Cyr)',26, RUSSIAN_CHARSET); DoAdd('Croatian', 27, EASTEUROPE_CHARSET); + DoAdd('Chinese (Traditional)', 28, CHINESEBIG5_CHARSET); end; |