Mercurial > emacs
changeset 105586:ce459722399d
* international/mule-cmds.el (ucs-names): Remove exclusion of
"Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 13 Oct 2009 07:45:18 +0000 |
parents | 45935cd9d785 |
children | 34089cc32a53 |
files | lisp/ChangeLog lisp/international/mule-cmds.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Oct 13 05:17:40 2009 +0000 +++ b/lisp/ChangeLog Tue Oct 13 07:45:18 2009 +0000 @@ -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.
--- a/lisp/international/mule-cmds.el Tue Oct 13 05:17:40 2009 +0000 +++ b/lisp/international/mule-cmds.el Tue Oct 13 07:45:18 2009 +0000 @@ -2893,7 +2893,6 @@ (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))