comparison lisp/international/characters.el @ 71399:00a410533438

(word-combining-categories): Add entries for 2-byte Han characters.
author Kenichi Handa <handa@m17n.org>
date Tue, 20 Jun 2006 01:31:25 +0000
parents 8e7c145f2463
children dba240f0d108 4094c5298ae1
comparison
equal deleted inserted replaced
71398:6ee457a7e830 71399:00a410533438
1256 1256
1257 1257
1258 ;;; Setting word boundary. 1258 ;;; Setting word boundary.
1259 1259
1260 (setq word-combining-categories 1260 (setq word-combining-categories
1261 '((?l . ?l))) 1261 '((?l . ?l)
1262 (?C . ?C)
1263 (?C . ?H)
1264 (?C . ?K)))
1262 1265
1263 (setq word-separating-categories ; (2-byte character sets) 1266 (setq word-separating-categories ; (2-byte character sets)
1264 '((?A . ?K) ; Alpha numeric - Katakana 1267 '((?A . ?K) ; Alpha numeric - Katakana
1265 (?A . ?C) ; Alpha numeric - Chinese 1268 (?A . ?C) ; Alpha numeric - Chinese
1266 (?H . ?A) ; Hiragana - Alpha numeric 1269 (?H . ?A) ; Hiragana - Alpha numeric