mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-20 10:23:57 +00:00
(fc_charset_table): Add "unicode-sip".
(ftfont_spec_pattern): Lookup fc_charset_table for the regisry Qunicode_sip.
This commit is contained in:
parent
fb2facde09
commit
7b6494787a
@ -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.
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user