diff options
| author | Robert Pluim | 2020-03-18 21:37:55 +0100 |
|---|---|---|
| committer | Robert Pluim | 2020-03-19 09:21:52 +0100 |
| commit | bed04c502caa8cf0365a0808adb70451b3d8761a (patch) | |
| tree | 46a44cd39b5feab24f2328de77068c0154e7a49d /src | |
| parent | 1aa15293017d4e5f5d5502f40e5bfa06b40537f2 (diff) | |
| download | emacs-bed04c502caa8cf0365a0808adb70451b3d8761a.tar.gz emacs-bed04c502caa8cf0365a0808adb70451b3d8761a.zip | |
Use correct registry name for windows-1251 charset
* src/ftfont.c (fc_charset_table): The registry to use to lookup
windows-1251 charset is microsoft-cp1251, not windows-1251.
(Bug#40097)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ftfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ftfont.c b/src/ftfont.c index 2b442ead4bf..6b549c3ddf2 100644 --- a/src/ftfont.c +++ b/src/ftfont.c | |||
| @@ -119,7 +119,7 @@ static struct | |||
| 119 | { "jisx0213.2004-1", { 0x20B9F }}, | 119 | { "jisx0213.2004-1", { 0x20B9F }}, |
| 120 | { "viscii1.1-1", { 0x1EA0, 0x1EAE, 0x1ED2 }, "vi"}, | 120 | { "viscii1.1-1", { 0x1EA0, 0x1EAE, 0x1ED2 }, "vi"}, |
| 121 | { "tis620.2529-1", { 0x0E01 }, "th"}, | 121 | { "tis620.2529-1", { 0x0E01 }, "th"}, |
| 122 | { "windows-1251", { 0x0401, 0x0490 }, "ru"}, | 122 | { "microsoft-cp1251", { 0x0401, 0x0490 }, "ru"}, |
| 123 | { "koi8-r", { 0x0401, 0x2219 }, "ru"}, | 123 | { "koi8-r", { 0x0401, 0x2219 }, "ru"}, |
| 124 | { "mulelao-1", { 0x0E81 }, "lo"}, | 124 | { "mulelao-1", { 0x0E81 }, "lo"}, |
| 125 | { "unicode-sip", { 0x20000 }}, | 125 | { "unicode-sip", { 0x20000 }}, |