[gucharmap] unicode: Comment out code that's not for unicode 8



commit 70ad2bc1a36b273d0d07b2a1800814ce80e49856
Author: Christian Persch <chpe gnome org>
Date:   Thu Mar 3 19:12:38 2016 +0100

    unicode: Comment out code that's not for unicode 8

 gucharmap/gucharmap-unicode-info.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gucharmap/gucharmap-unicode-info.c b/gucharmap/gucharmap-unicode-info.c
index 601f94e..6da0b31 100644
--- a/gucharmap/gucharmap-unicode-info.c
+++ b/gucharmap/gucharmap-unicode-info.c
@@ -82,6 +82,7 @@ gucharmap_get_unicode_name (gunichar wc)
       g_snprintf (buf, sizeof (buf), "CJK COMPATIBILITY IDEOGRAPH-%04X", wc);
       return buf;
   }
+#if 0
   else if (wc >= 0x17000 && wc <= 0x187ec) {
       g_snprintf (buf, sizeof (buf), "TANGUT IDEOGRAPH-%05X", wc);
       return buf;
@@ -90,6 +91,7 @@ gucharmap_get_unicode_name (gunichar wc)
       g_snprintf (buf, sizeof (buf), "TANGUT COMPONENT-%u", wc - 0x18800);
       return buf;
   }
+#endif
   else if (wc >= 0xac00 && wc <= 0xd7af)
     {
       /* compute hangul syllable name as per UAX #15 */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]