Advertisement
Guest User

Untitled

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