]> git.eshelyaron.com Git - emacs.git/commitdiff
* international/mule-cmds.el (ucs-names): Remove exclusion of
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 13 Oct 2009 07:45:18 +0000 (07:45 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 13 Oct 2009 07:45:18 +0000 (07:45 +0000)
  "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).

lisp/ChangeLog
lisp/international/mule-cmds.el

index 644d9856ba1ff32fa01402750bc6c7c60fa66f30..65f06b645a0362ba03bc21c47ed2d454588d9eab 100644 (file)
@@ -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.
index 5ae8290687e3dac6a64dd1b9fca5d2e91f9d77e0..7c1d82ad3c6e6d6d7b285c2926b30e12e97ee43e 100644 (file)
@@ -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))