| Summary: |
add russian IBM866 encoding to luit |
| Product: |
xorg
|
Reporter: |
Konstantin Stopani <hatta> |
| Component: |
App/luit | Assignee: |
Xorg Project Team <xorg-team> |
| Status: |
CLOSED
FIXED
|
QA Contact: |
|
| Severity: |
minor
|
|
|
| Priority: |
high
|
CC: |
roland.mainz
|
| Version: |
unspecified | |
|
| Hardware: |
All | |
|
| OS: |
All | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Bug Depends on: |
|
|
|
| Bug Blocks: |
269
|
|
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Excuse me for posting it in bugzilla, but i simply had no time A little update to xc/programs/luit/charset.c to help luit understand russian IBM866 encoding --- charset.c 2004-06-23 14:10:46.000000000 +0400 +++ charset-old.c 2004-06-23 14:13:03.073052936 +0400 @@ -133,7 +133,6 @@ {"KOI8-R", T_128, 0, "koi8-r", 0x80, 0, 0}, {"KOI8-U", T_128, 0, "koi8-u", 0x80, 0, 0}, - {"IBM866", T_128, 0, "ibm-cp866", 0x80,0, 0}, {"KOI8-RU", T_128, 0, "koi8-ru", 0x80, 0, 0}, {"CP 1252", T_128, 0, "microsoft-cp1252", 0x80, 0, 0}, {"CP 1251", T_128, 0, "microsoft-cp1251", 0x80, 0, 0}, @@ -411,8 +410,6 @@ { "ISO8859-16", 0, 2, "ASCII", NULL, "ISO 8859-16", NULL, NULL}, { "KOI8-R", 0, 2, "ASCII", NULL, "KOI8-R", NULL, NULL}, { "CP1251", 0, 2, "ASCII", NULL, "CP 1251", NULL, NULL}, -/* {"IBM866", T_128, 0, "ibm-cp866", 0x80,0, 0}, */ - { "IBM866", 0, 2, "ASCII", NULL, "IBM866", NULL, NULL}, { "TCVN", 0, 2, "ASCII", NULL, "TCVN", NULL, NULL}, { "eucCN", 0, 1, "ASCII", "GB 2312", NULL, NULL, NULL}, { "GB2312", 0, 1, "ASCII", "GB 2312", NULL, NULL, NULL},