international/characters.el: Add category '|' (word breakable) to fullwidth characters.
This commit is contained in:
parent
9650fc6190
commit
c4186f9c77
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-10-15 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/characters.el: Add category '|' (word breakable)
|
||||
to fullwidth characters.
|
||||
|
||||
2010-10-14 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* mail/rmail.el (rmail-show-message-1): Catch an error of
|
||||
|
|
|
@ -188,6 +188,9 @@ Combining diacritic or mark (Unicode General Category M)")
|
|||
cp932-2-byte))
|
||||
(map-charset-chars #'modify-category-entry l ?j))
|
||||
|
||||
;; Fullwidth characters
|
||||
(modify-category-entry '(#xff01 . #xff60) ?\|)
|
||||
|
||||
;; Unicode equivalents of JISX0201-kana
|
||||
(let ((range '(#xff61 . #xff9f)))
|
||||
(modify-category-entry range ?k)
|
||||
|
|
Loading…
Add table
Reference in a new issue