aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIkumi Keita2016-06-01 08:33:05 +0900
committerK. Handa2016-06-01 08:33:05 +0900
commit58f77a137a84caac05611d0ea706d7707978b629 (patch)
treede29b689ef676ef4c362c87db6de5f76e4c35626
parent4efef3db2fb1c3a20b83a67948e614d9b0c258dd (diff)
downloademacs-58f77a137a84caac05611d0ea706d7707978b629.tar.gz
emacs-58f77a137a84caac05611d0ea706d7707978b629.zip
Add HIRAGANA ITERATION MARK to japanese-kana-table. (tiny change)
* lisp/language/japan-util.el (japanese-kana-table): Add an entry for HIRAGANA ITERATION MARK (U+309D). (japanese-alpha-numeric-table): Fix docstring.
-rw-r--r--lisp/language/japan-util.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/language/japan-util.el b/lisp/language/japan-util.el
index f0d817b8b5e..939b70ab911 100644
--- a/lisp/language/japan-util.el
+++ b/lisp/language/japan-util.el
@@ -57,6 +57,7 @@
57 (?$B$C(B ?$B%C(B ?(I/(B) 57 (?$B$C(B ?$B%C(B ?(I/(B)
58 (?$B$c(B ?$B%c(B ?(I,(B) (?$B$e(B ?$B%e(B ?(I-(B) (?$B$g(B ?$B%g(B ?(I.(B) 58 (?$B$c(B ?$B%c(B ?(I,(B) (?$B$e(B ?$B%e(B ?(I-(B) (?$B$g(B ?$B%g(B ?(I.(B)
59 (?$B$n(B ?$B%n(B "(I\(B") 59 (?$B$n(B ?$B%n(B "(I\(B")
60 (?$B!5(B ?$B!3(B) (?$B!6(B ?$B!4(B)
60 ("$B$&!+(B" ?$B%t(B "(I3^(B") (nil ?$B%u(B "(I6(B") (nil ?$B%v(B "(I9(B")) 61 ("$B$&!+(B" ?$B%t(B "(I3^(B") (nil ?$B%u(B "(I6(B") (nil ?$B%v(B "(I9(B"))
61 "Japanese JISX0208 Kana character table. 62 "Japanese JISX0208 Kana character table.
62Each element is of the form (HIRAGANA KATAKANA HANKAKU-KATAKANA), where 63Each element is of the form (HIRAGANA KATAKANA HANKAKU-KATAKANA), where
@@ -146,7 +147,7 @@ and HANKAKU belongs to `japanese-jisx0201-kana'.")
146 (?$B#p(B . ?p) (?$B#q(B . ?q) (?$B#r(B . ?r) (?$B#s(B . ?s) (?$B#t(B . ?t) 147 (?$B#p(B . ?p) (?$B#q(B . ?q) (?$B#r(B . ?r) (?$B#s(B . ?s) (?$B#t(B . ?t)
147 (?$B#u(B . ?u) (?$B#v(B . ?v) (?$B#w(B . ?w) (?$B#x(B . ?x) (?$B#y(B . ?y) (?$B#z(B . ?z)) 148 (?$B#u(B . ?u) (?$B#v(B . ?v) (?$B#w(B . ?w) (?$B#x(B . ?x) (?$B#y(B . ?y) (?$B#z(B . ?z))
148 "Japanese JISX0208 alpha numeric character table. 149 "Japanese JISX0208 alpha numeric character table.
149Each element is of the form (ALPHA-NUMERIC ASCII), where ALPHA-NUMERIC 150Each element is of the form (ALPHA-NUMERIC . ASCII), where ALPHA-NUMERIC
150belongs to `japanese-jisx0208', ASCII belongs to `ascii'.") 151belongs to `japanese-jisx0208', ASCII belongs to `ascii'.")
151 152
152;; Put properties 'jisx0208 and 'ascii to each Japanese alpha numeric 153;; Put properties 'jisx0208 and 'ascii to each Japanese alpha numeric