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.

29 lines
975 B

  1. rem
  2. rem this file shows how to generate phon IME tables through following cmd
  3. rem
  4. rem input: msdayi.tbl : original table file
  5. rem dayigb.txt ; Source (Ansi) Text file for Simplified Chinese
  6. rem
  7. rem MidFile: dayigb.uni ; Source Unicode file for Simplified Chinese
  8. rem dayi.big5 ; Source Unicode file for Traditional Chinese
  9. rem dayi.uni ; New Source Unicode file for both Trad & Simpli
  10. rem
  11. rem OutPut: dayiphr.tbl ; generated Table Files.
  12. rem dayiptr.tbl
  13. rem Generate a source unicode file for BIG5 chars from msdayi.tbl
  14. rem
  15. dayisrc msdayi.tbl dayi.big5
  16. rem convert the txt gb file to unicode format file.
  17. convdayi dayigb.txt dayigb.uni
  18. rem sorting the new unicode file for simplified characters
  19. sortdtbl dayigb.uni
  20. rem generate a new unicode file including Trad and Simpl chinese chars.
  21. genndsrc dayi.big5 dayigb.uni dayi.uni
  22. rem generate the table files
  23. gendtbl dayi.uni msdayi.tbl