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.

52 lines
1.8 KiB

  1. // =========================================================================
  2. // Copyright (C) 1997, Microsoft Corporation. All Rights Reserved.
  3. // =========================================================================
  4. #include <stdlib.h>
  5. #include <string.h>
  6. #include <io.h>
  7. #include "basecore.hpp"
  8. char bTemp[] = {__K_B_D, __V_n, __K_N, 0, 2};
  9. char TempRa[2][5] =
  10. {
  11. {__V_k,__K_R,__V_j,__K_G,0},
  12. {__V_k,__K_R,__V_j,__K_N,0}
  13. };
  14. char Tempiss[2][5] =
  15. {
  16. {__K_I,__V_j,__K_B, __K_S, 0},
  17. {__K_I,__V_l,__K_S_D, 0, 0}
  18. };
  19. char TempBC[] = {__K_P, __V_n, 0};
  20. char TempETC[] = {
  21. __K_I, __V_p, __K_S, __V_j, __K_B, __V_n, __K_T, __V_j, 0, 7,
  22. __K_S, __V_j, __K_B, __V_n, __K_T, __V_j, 0, 0, 0, 5,
  23. __K_I, __V_p, __K_S, __V_j, __K_M, __V_k, __K_N, 0, 0, 6,
  24. __K_D, __V_o, __K_R, __V_h, 0, 0, 0, 0, 0, 3,
  25. __K_I, __V_p, __K_S, __V_j, 0, 0, 0, 0, 0, 3,
  26. __K_B, __V_n, __K_T, __V_j, 0, 0, 0, 0, 0, 3,
  27. __K_G_D,__V_k, __K_J, __V_l, 0, 0, 0, 0, 0, 3
  28. };
  29. char TempDap[] = {__K_D, __V_k, __K_B, 0, 2};
  30. // change some hard code of DBCS string to char array.
  31. char SangP_U_N[3] ={'\xBB','\xD3',0};
  32. char Ieung_I[3] ={'\xC0','\xCC',0};
  33. char Tikeut_A_P[3]={'\xB4','\xE4',0};
  34. char KO_PHEU[5] ={'\xB0','\xED','\xC7','\xC1',0};
  35. char MAN_HA[5] ={'\xB8','\xB8','\xC7','\xCF',0};
  36. char IYEON_HA[5] ={'\xBF','\xAC','\xC7','\xCF',0};
  37. char MAN_HAE_CI[7]={'\xB8','\xB8','\xC7','\xD8','\xC1','\xF6',0};
  38. LenDict B_Dict;
  39. LenDict T_Dict;
  40. LenDict Dap;