kana.txt 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. The table below displays the encodings for the Japanese Kana (syllabic
  2. characters) that are built into the GNU libplot library and the GNU
  3. plotting utilities based on it, such as `graph'. They were digitized by
  4. Dr. Allen V. Hershey of the U.S. Naval Surface Weapons Center (Dahlgren,
  5. VA) in the mid-1960s. For details, see his technical report "Calligraphy
  6. for Computers". (Available from the U.S. National Technical Information
  7. Service at +1 703 487 4650; ask for item number AD662398.)
  8. These Kana are part of the HersheyEUC font, which is employed for drawing
  9. multibyte Japanese text strings. But you may also use these Kana while
  10. drawing text strings in any other Hershey font, by inserting the
  11. appropriate escape sequences. For example, you may label in Kana the axes
  12. of a graph prepared with `graph'.
  13. There are 83 Hiragana (cursive characters) and 86 Katakana (block
  14. characters). The indexing of the Kana is specified in the JIS X0208
  15. standard. In that standard the Hiragana appear as 0x2421..0x2473 and the
  16. Katakana as 0x2521..0x2576. Here `0x' means that the number that follows
  17. is in base 16, or hexadecimal. For full information on the JIS standard,
  18. see "Understanding Japanese Information Processing", by Ken Lunde
  19. (O'Reilly, 1993).
  20. The Hiragana and Katakana are indexed in the table below as 0x21..0x73 and
  21. 0x21..0x76, respectively. A transliteration of each Kana is included,
  22. according to the Hepburn system. For example, the Kana `ka' is listed as
  23. 0x2b. The corresponding Hiragana would be 0x242b, and the corresponding
  24. Katakana would be 0x252b.
  25. To draw Hiragana `ka', you would use the escape sequence "\#J242b". To
  26. draw Katakana `ka', you would use the escape sequence "\#J252b". These
  27. escape sequences would be valid whenever the current font is a Hershey font
  28. other than HersheyEUC. By using the table below, you should find it easy
  29. to draw a phonetic representation of most Japanese words, syllable by
  30. syllable.
  31. You should be aware that in Japanese, many words are normally written with
  32. ideographic characters (Kanji) rather than Kana. However, any Japanese
  33. word may be rendered (possibly inelegantly) in terms of Kana. For example,
  34. "Mitsubishi" would be mi-tsu-bi-shi, i.e., "\#J245f\#J2444\#J2453\#J2437"
  35. in terms of Hiragana.
  36. You are cautioned that there are some special rules for combinations of
  37. sounds, e.g. consonant + diphthong. The `small' Kana are used for such
  38. combinations. Also, the `small tsu' Kana before a Kana beginning with the
  39. consonant k, s, t, or p is interpreted not as a syllable, but as a sign
  40. that that consonant should be doubled.
  41. Code Kana transliteration
  42. ---- --------------------
  43. 0x21 a [small]
  44. 0x22 a
  45. 0x23 i [small]
  46. 0x24 i
  47. 0x25 u [small]
  48. 0x26 u
  49. 0x27 e [small]
  50. 0x28 e
  51. 0x29 o [small]
  52. 0x2a o
  53. 0x2b ka
  54. 0x2c ga
  55. 0x2d ki
  56. 0x2e gi
  57. 0x2f ku
  58. 0x30 gu
  59. 0x31 ke
  60. 0x32 ge
  61. 0x33 ko
  62. 0x34 go
  63. 0x35 sa
  64. 0x36 za
  65. 0x37 shi
  66. 0x38 ji
  67. 0x39 su
  68. 0x3a zu
  69. 0x3b se
  70. 0x3c ze
  71. 0x3d so
  72. 0x3e zo
  73. 0x3f ta
  74. 0x40 da
  75. 0x41 chi
  76. 0x42 dji
  77. 0x43 tsu [small]
  78. 0x44 tsu
  79. 0x45 dzu
  80. 0x46 te
  81. 0x47 de
  82. 0x48 to
  83. 0x49 do
  84. 0x4a na
  85. 0x4b ni
  86. 0x4c nu
  87. 0x4d ne
  88. 0x4e no
  89. 0x4f ha
  90. 0x50 ba
  91. 0x51 pa
  92. 0x52 hi
  93. 0x53 bi
  94. 0x54 pi
  95. 0x55 fu
  96. 0x56 bu
  97. 0x57 pu
  98. 0x58 he
  99. 0x59 be
  100. 0x5a pe
  101. 0x5b ho
  102. 0x5c bo
  103. 0x5d po
  104. 0x5e ma
  105. 0x5f mi
  106. 0x60 mu
  107. 0x61 me
  108. 0x62 mo
  109. 0x63 ya [small]
  110. 0x64 ya
  111. 0x65 yu [small]
  112. 0x66 yu
  113. 0x67 yo [small]
  114. 0x68 yo
  115. 0x69 ra
  116. 0x6a ri
  117. 0x6b ru
  118. 0x6c re
  119. 0x6d ro
  120. 0x6e wa [small]
  121. 0x6f wa
  122. 0x70 wi
  123. 0x71 we
  124. 0x72 wo
  125. 0x73 n
  126. KATAKANA only:
  127. 0x74 vu
  128. 0x75 ka [small]
  129. 0x76 ke [small]