Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
rem rem this file shows how to generate phon IME tables through following cmd rem rem input: msdayi.tbl : original table file rem dayigb.txt ; Source (Ansi) Text file for Simplified Chinese rem rem MidFile: dayigb.uni ; Source Unicode file for Simplified Chinese rem dayi.big5 ; Source Unicode file for Traditional Chinese rem dayi.uni ; New Source Unicode file for both Trad & Simpli rem rem OutPut: dayiphr.tbl ; generated Table Files. rem dayiptr.tbl
rem Generate a source unicode file for BIG5 chars from msdayi.tbl rem dayisrc msdayi.tbl dayi.big5
rem convert the txt gb file to unicode format file. convdayi dayigb.txt dayigb.uni
rem sorting the new unicode file for simplified characters sortdtbl dayigb.uni
rem generate a new unicode file including Trad and Simpl chinese chars. genndsrc dayi.big5 dayigb.uni dayi.uni
rem generate the table files gendtbl dayi.uni msdayi.tbl
|