Advertisement
Guest User

Untitled

a guest
Mar 19th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1.  
  2.  
  3. The following is a proposal half-width Katakana encoding for the DCPU-16, fitting into the system's limited 7-bit address space for characters. The characters replaced are mostly box-drawing characters and a few punctuation marks. The Latin alphabet remains intact.
  4.  
  5. Characters above 0x3E and below 0x7F are the same as the default font glyphs
  6.  
  7. 0x00 A
  8. 0x01 I
  9. 0x02 U
  10. 0x03 E
  11. 0x04 O
  12. 0x05 KA
  13. 0x06 KI
  14. 0x07 KU
  15. 0x08 KE
  16. 0x09 KO
  17. 0x0A SA
  18. 0x0B SHI
  19. 0x0C SU
  20. 0x0D SE
  21. 0x0E SO
  22. 0x0F TA
  23. 0x10 CHI
  24. 0x11 TSU
  25. 0x12 TE
  26. 0x13 TO
  27. 0x14 NA
  28. 0x15 NI
  29. 0x16 NU
  30. 0x17 NE
  31. 0x18 NO
  32. 0x19 HA
  33. 0x1A HI
  34. 0x1B FU
  35. 0x1C HE
  36. 0x1D HO
  37. 0x1E MA
  38. 0x1F MI
  39. 0x20 MU
  40. 0x21 ME
  41. 0x22 MO
  42. 0x23 YA
  43. 0x24 SMALL YA
  44. 0x25 YU
  45. 0x26 SMALL YU
  46. 0x27 YO
  47. 0x28 SMALL YO
  48. 0x29 RA
  49. 0x2A RI
  50. 0x2B RU
  51. 0x2C RE
  52. 0x2D RO
  53. 0x2E WA
  54. 0x2F WI
  55. 0x30 WE
  56. 0x31 WO
  57. 0x32 DAKUTEN
  58. 0x33 HANDAKUTEN
  59. 0x34 DECIMAL 0
  60. 0x35 DECIMAL 1
  61. 0x36 DECIMAL 2
  62. 0x37 DECIMAL 3
  63. 0x38 DECIMAL 4
  64. 0x39 DECIMAL 5
  65. 0x3A DECIMAL 6
  66. 0x3B DECIMAL 7
  67. 0x3C DECIMAL 8
  68. 0x3D DECIMAL 9
  69. 0x3E EQUALS SIGN
  70.  
  71. 0x7C YEN SIGN
  72. 0x7E SMALL TSU
  73. 0x7F SYLLABIC N
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement