changeset 89923:be0153d5e3f8

Give more CJK characters the category `|'.
author Kenichi Handa <handa@m17n.org>
date Tue, 20 Apr 2004 08:32:39 +0000
parents 148a2e38805b
children 7d0f6da3ea6e
files lisp/international/characters.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/characters.el	Tue Apr 20 05:27:43 2004 +0000
+++ b/lisp/international/characters.el	Tue Apr 20 08:32:39 2004 +0000
@@ -105,6 +105,8 @@
 ;; not careful.
 
 ;; Chinese characters (Unicode)
+(modify-category-entry '(#x2E80 . #x312F) ?|)
+(modify-category-entry '(#x3190 . #x33FF) ?|)
 (modify-category-entry '(#x3400 . #x9FAF) ?C)
 (modify-category-entry '(#x3400 . #x9FAF) ?c)
 (modify-category-entry '(#x3400 . #x9FAF) ?|)