1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Fix for KOI8-R keyboard table (was replaced with 8859-5 one)

Submitted by: David Dawes <dawes@rf900.physics.usyd.edu.au>
This commit is contained in:
Andrey A. Chernov 1998-12-11 12:02:33 +00:00
parent c3e107b601
commit 3ecabaa861
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15273

View File

@ -0,0 +1,12 @@
--- 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 */
};