]> code.delx.au - gnu-emacs/commitdiff
Add category 'j' to more characters.
authorK. Handa <handa@gnu.org>
Sun, 5 Jun 2016 07:23:02 +0000 (16:23 +0900)
committerK. Handa <handa@gnu.org>
Sun, 5 Jun 2016 07:23:02 +0000 (16:23 +0900)
* lisp/international/characters.el: Add category 'j' (Japanese)
to characters in japanese-jisx0213.2004-1.

lisp/international/characters.el

index 58695654665ec6e43536a03c48c0e36f05c2cd42..371f6987bf2bec68d47ab2f1366c3a95e915e8cd 100644 (file)
@@ -194,6 +194,7 @@ with L, LRE, or LRO Unicode bidi character type.")
 
 (dolist (l '(katakana-jisx0201 japanese-jisx0208 japanese-jisx0212
                               japanese-jisx0213-1 japanese-jisx0213-2
+                               japanese-jisx0213.2004-1
                               cp932-2-byte))
   (map-charset-chars #'modify-category-entry l ?j))