mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(japanese-symbol-table): Add entries for cp932-2-byte.
This commit is contained in:
parent
761f64270a
commit
1339cf204c
2 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
|
||||
|
||||
* language/japan-util.el (japanese-symbol-table): Add entries for
|
||||
cp932-2-byte.
|
||||
|
||||
* international/characters.el: Add category `j' to cp932-2-byte.
|
||||
|
||||
2009-08-27 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/fontset.el (build-default-fontset-data): New macro.
|
||||
|
|
|
|||
|
|
@ -106,7 +106,9 @@ HANKAKU-KATAKANA belongs to `japanese-jisx0201-kana'.")
|
|||
(?$B!R(B ?<) (?$B!S(B ?>) (?\$B!V(B nil ?\(I"(B) (?\$B!W(B nil ?\(I#(B)
|
||||
(?$B!\(B ?+) (?$B!](B ?-) (?$B!a(B ?=) (?$B!c(B ?<) (?$B!d(B ?>)
|
||||
(?$B!l(B ?') (?$B!m(B ?\") (?$B!o(B ?\\) (?$B!p(B ?$) (?$B!s(B ?%) (?$B!t(B ?#) (?$B!u(B ?&) (?$B!v(B ?*)
|
||||
(?$B!w(B ?@))
|
||||
(?$B!w(B ?@)
|
||||
;; cp932-2-byte
|
||||
(#x2015 ?-) (#xFF5E ?~) (#xFF0D ?-))
|
||||
"Japanese JISX0208 symbol character table.
|
||||
Each element is of the form (SYMBOL ASCII HANKAKU), where SYMBOL
|
||||
belongs to `japanese-jisx0208', ASCII belongs to `ascii', and HANKAKU
|
||||
|
|
|
|||
Loading…
Reference in a new issue