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.

39 lines
1.1 KiB

  1. goto gen
  2. rem
  3. rem this file shows how to generate chajei IME tables through following cmd
  4. rem
  5. rem input: a15.org ; Original Table binaries
  6. rem a234.org
  7. rem acode.org
  8. rem Chajeigb.txt ; Source (Ansi) Text file for Simplified Chinese
  9. rem
  10. rem MidFile: Chajei.big5 ; Source Unicode file for Trad Chinese.
  11. rem Chajei.gb ; Source Unicode file for Simplified Chinese
  12. rem Chajei.uni ; New Source Unicode file for both Trad & Simpli
  13. rem
  14. rem OutPut: a15.tbl ; generated Table Files.
  15. rem a234.tbl
  16. rem acode.tbl
  17. :gen
  18. rem
  19. rem convert the txt gb file to unicode format file.
  20. convctbl chajeigb.txt chajei.gb
  21. pause
  22. rem sorting the new unicode file for simplified characters
  23. sortctbl chajei.gb
  24. pause
  25. rem generate chajei.big5 through its original Table files.
  26. chajeisrc a15.org a234.org acode.org chajei.big5
  27. pause
  28. rem generate a new unicode file including Trad and Simpl chinese chars.
  29. genncsrc chajei.Big5 chajei.gb chajei.uni > tt
  30. pause
  31. rem generate the table files
  32. genctbl chajei.uni a15.tbl a234.tbl acode.tbl