From 314c8e257575be1db14b3a47746527e910049de4 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 13 Oct 2009 07:45:18 +0000 Subject: [PATCH] * international/mule-cmds.el (ucs-names): Remove exclusion of "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF). --- lisp/ChangeLog | 5 +++++ lisp/international/mule-cmds.el | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 644d9856ba1..65f06b645a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-10-13 Juanma Barranquero + + * international/mule-cmds.el (ucs-names): Remove exclusion of + "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF). + 2009-10-13 Kenichi Handa * international/uni-name.el: Regenerated. diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 5ae8290687e..7c1d82ad3c6 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -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)) -- 2.39.5