* international/mule-cmds.el (ucs-names): Remove exclusion of
"Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
This commit is contained in:
parent
5ccee76964
commit
314c8e2575
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-10-13 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* international/mule-cmds.el (ucs-names): Remove exclusion of
|
||||
"Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
|
||||
|
||||
2009-10-13 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/uni-name.el: Regenerated.
|
||||
|
|
|
@ -2893,7 +2893,6 @@ on encoding."
|
|||
(and (>= c #x3400 ) (<= c #x4dbf )) ; CJK Ideograph Extension A
|
||||
(and (>= c #x4e00 ) (<= c #x9fff )) ; CJK Ideograph
|
||||
(and (>= c #xd800 ) (<= c #xfaff )) ; Private/Surrogate
|
||||
(and (>= c #x1f200) (<= c #x1f2ff)) ; Enclosed Ideographic Supplement
|
||||
(and (>= c #x20000) (<= c #x2ffff)) ; CJK Ideograph Extensions B, C
|
||||
)
|
||||
(if (setq name (get-char-code-property c 'name))
|
||||
|
|
Loading…
Add table
Reference in a new issue