]> git.eshelyaron.com Git - emacs.git/commitdiff
(fc_charset_table): Add "unicode-sip".
authorKenichi Handa <handa@m17n.org>
Wed, 10 Dec 2008 06:01:44 +0000 (06:01 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 10 Dec 2008 06:01:44 +0000 (06:01 +0000)
(ftfont_spec_pattern): Lookup fc_charset_table for the regisry
Qunicode_sip.

src/ChangeLog
src/ftfont.c

index bf7a551c7c3e7c3a1b9ac06234fe159b9ba0aa13..a68f44d6c22942dccda1f50de587398d86d0740e 100644 (file)
@@ -1,3 +1,9 @@
+2008-12-10  Kenichi Handa  <handa@m17n.org>
+
+       * ftfont.c (fc_charset_table): Add "unicode-sip".
+       (ftfont_spec_pattern): Lookup fc_charset_table for the regisry
+       Qunicode_sip.
+
 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
 
        * coding.c (QCdefault_char): Rename from QCdefalut_char.
index 7d746ec29087233e5bcab6f74e5ba1575075ee67..6cf91bd4131a0db7a9af6ddc40c1e88483083e8c 100644 (file)
@@ -128,6 +128,7 @@ static struct
     { "windows-1251", { 0x0401, 0x0490 }, "ru"},
     { "koi8-r", { 0x0401, 0x2219 }, "ru"},
     { "mulelao-1", { 0x0E81 }, "lo"},
+    { "unicode-sip", { 0x20000 }},
     { NULL }
   };
 
@@ -607,8 +608,7 @@ ftfont_spec_pattern (spec, otlayout, otspec)
   if (NILP (registry)
       || EQ (registry, Qascii_0)
       || EQ (registry, Qiso10646_1)
-      || EQ (registry, Qunicode_bmp)
-      || EQ (registry, Qunicode_sip))
+      || EQ (registry, Qunicode_bmp))
     fc_charset_idx = -1;
   else
     {