1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11/XFree86/files/patch-aa
Andrey A. Chernov 3ecabaa861 Fix for KOI8-R keyboard table (was replaced with 8859-5 one)
Submitted by: David Dawes <dawes@rf900.physics.usyd.edu.au>
1998-12-11 12:02:33 +00:00

13 lines
375 B
Plaintext

--- imConv.c 1998/10/21 06:40:38 1.5.2.5
+++ lib/X11/imConv.c 1998/12/06 05:40:33 1.5.2.6
@@ -429,7 +429,7 @@
#endif
{sUTF8, "utf8", "\033%B"},
/* Non-standard */
- {sCyrillic, "KOI8-R", "\033%/1\200\210koi8-r\002"},
+ {sKoi8, "KOI8-R", "\033%/1\200\210koi8-r\002"},
{sLatin9, "ISO8859-15", "\033%/1\200\213iso8859-15\002"},/* a.k.a. Latin-0 */
};