aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2009-08-27 07:22:47 +0000
committerKenichi Handa2009-08-27 07:22:47 +0000
commit1339cf204c4467f0932963aeb89503b8da91efb6 (patch)
tree7edf5e9ea5596bd7a867dbb9371222ccb9058e74
parent761f64270ad153c779f563b5ee09084339e5b1f0 (diff)
downloademacs-1339cf204c4467f0932963aeb89503b8da91efb6.tar.gz
emacs-1339cf204c4467f0932963aeb89503b8da91efb6.zip
(japanese-symbol-table): Add entries for cp932-2-byte.
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/language/japan-util.el4
2 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c8ac40269f4..62fb21f3382 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
2
3 * language/japan-util.el (japanese-symbol-table): Add entries for
4 cp932-2-byte.
5
6 * international/characters.el: Add category `j' to cp932-2-byte.
7
12009-08-27 Kenichi Handa <handa@m17n.org> 82009-08-27 Kenichi Handa <handa@m17n.org>
2 9
3 * international/fontset.el (build-default-fontset-data): New macro. 10 * international/fontset.el (build-default-fontset-data): New macro.
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