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.

38 lines
2.1 KiB

  1. // =========================================================================
  2. // Copyright (C) 1997, Microsoft Corporation. All Rights Reserved.
  3. // =========================================================================
  4. #define CHO 20
  5. #define CHUNG 22
  6. #define CHONG 28
  7. static char MapI2[CHUNG] = {' ',23,24,25,26,27,28,29,30,31,33,34,35,36,37,38,39,40,41,42,43,44};
  8. static char MapI3[CHONG][3] = {' ',0x00,0x00,
  9. 1,0x00,0x00, // KIYEOK
  10. 2,0x00,0x00, // SSANGKIYEOK
  11. 1,13,0x00, // KIYEOK-SIOS
  12. 3,0x00,0x00, // NIEUN
  13. 3,16,0x00, // NIEUN-CIEUC
  14. 3,22,0x00, // NIEUN-HIEUH
  15. 5,0x00,0x00, // TIKEUT
  16. 7,0x00,0x00, // RIEUL
  17. 7,1,0x00, // RIEUL-KIYEOK
  18. 7,10,0x00, // RIEUL-MIEUM
  19. 7,11,0x00, // RIEUL-PIEUP
  20. 7,13,0x00, // RIEUL-SIOS
  21. 7,20,0x00, // RIEUL-THIEUTH
  22. 7,21,0x00, // RIEUL-PIEUPH
  23. 7,22,0x00, // RIEUL-HIEUH
  24. 10,0x00,0x00, // MIEUM
  25. 11,0x00,0x00, // PIEUP
  26. 11,13,0x00, // PIEUP-SIOS
  27. 13,0x00,0x00, // SIOS
  28. 14,0x00,0x00, // SSANGSIOS
  29. 15,0x00,0x00, // IEUNG
  30. 16,0x00,0x00, // CIEUC
  31. 18,0x00,0x00, // CHIEUCH
  32. 19,0x00,0x00, // KHIEUKH
  33. 20,0x00,0x00, // THIEUTH
  34. 21,0x00,0x00, // PIEUPH
  35. 22,0x00,0x00, // HIEUH
  36. };