aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/language
diff options
context:
space:
mode:
authorKenichi Handa2009-08-27 07:22:47 +0000
committerKenichi Handa2009-08-27 07:22:47 +0000
commit1339cf204c4467f0932963aeb89503b8da91efb6 (patch)
tree7edf5e9ea5596bd7a867dbb9371222ccb9058e74 /lisp/language
parent761f64270ad153c779f563b5ee09084339e5b1f0 (diff)
downloademacs-1339cf204c4467f0932963aeb89503b8da91efb6.tar.gz
emacs-1339cf204c4467f0932963aeb89503b8da91efb6.zip
(japanese-symbol-table): Add entries for cp932-2-byte.
Diffstat (limited to 'lisp/language')
-rw-r--r--lisp/language/japan-util.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/language/japan-util.el b/lisp/language/japan-util.el
index f3a5668541b..a97656e25d7 100644
--- a/lisp/language/japan-util.el
+++ b/lisp/language/japan-util.el
@@ -106,7 +106,9 @@ HANKAKU-KATAKANA belongs to `japanese-jisx0201-kana'.")
106 (?$B!R(B ?<) (?$B!S(B ?>) (?\$B!V(B nil ?\(I"(B) (?\$B!W(B nil ?\(I#(B) 106 (?$B!R(B ?<) (?$B!S(B ?>) (?\$B!V(B nil ?\(I"(B) (?\$B!W(B nil ?\(I#(B)
107 (?$B!\(B ?+) (?$B!](B ?-) (?$B!a(B ?=) (?$B!c(B ?<) (?$B!d(B ?>) 107 (?$B!\(B ?+) (?$B!](B ?-) (?$B!a(B ?=) (?$B!c(B ?<) (?$B!d(B ?>)
108 (?$B!l(B ?') (?$B!m(B ?\") (?$B!o(B ?\\) (?$B!p(B ?$) (?$B!s(B ?%) (?$B!t(B ?#) (?$B!u(B ?&) (?$B!v(B ?*) 108 (?$B!l(B ?') (?$B!m(B ?\") (?$B!o(B ?\\) (?$B!p(B ?$) (?$B!s(B ?%) (?$B!t(B ?#) (?$B!u(B ?&) (?$B!v(B ?*)
109 (?$B!w(B ?@)) 109 (?$B!w(B ?@)
110 ;; cp932-2-byte
111 (#x2015 ?-) (#xFF5E ?~) (#xFF0D ?-))
110 "Japanese JISX0208 symbol character table. 112 "Japanese JISX0208 symbol character table.
111 Each element is of the form (SYMBOL ASCII HANKAKU), where SYMBOL 113 Each element is of the form (SYMBOL ASCII HANKAKU), where SYMBOL
112belongs to `japanese-jisx0208', ASCII belongs to `ascii', and HANKAKU 114belongs to `japanese-jisx0208', ASCII belongs to `ascii', and HANKAKU