aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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