]> git.eshelyaron.com Git - emacs.git/commitdiff
Use correct registry name for windows-1251 charset
authorRobert Pluim <rpluim@gmail.com>
Wed, 18 Mar 2020 20:37:55 +0000 (21:37 +0100)
committerRobert Pluim <rpluim@gmail.com>
Thu, 19 Mar 2020 08:21:52 +0000 (09:21 +0100)
* src/ftfont.c (fc_charset_table): The registry to use to lookup
windows-1251 charset is microsoft-cp1251, not windows-1251.
(Bug#40097)

src/ftfont.c

index 2b442ead4bf0047d27cda9b4a4a8d7148b9b8778..6b549c3ddf2ca12297648de3cff8006fa326c6b4 100644 (file)
@@ -119,7 +119,7 @@ static struct
     { "jisx0213.2004-1", { 0x20B9F }},
     { "viscii1.1-1", { 0x1EA0, 0x1EAE, 0x1ED2 }, "vi"},
     { "tis620.2529-1", { 0x0E01 }, "th"},
-    { "windows-1251", { 0x0401, 0x0490 }, "ru"},
+    { "microsoft-cp1251", { 0x0401, 0x0490 }, "ru"},
     { "koi8-r", { 0x0401, 0x2219 }, "ru"},
     { "mulelao-1", { 0x0E81 }, "lo"},
     { "unicode-sip", { 0x20000 }},