diff options
author | ache <ache@FreeBSD.org> | 1998-12-11 20:02:33 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-12-11 20:02:33 +0800 |
commit | 20fbea67a6d2ca2f19d19ce90c596ba7315d0821 (patch) | |
tree | 4806cc4f1fcb981bf73f2dd2835344836698f830 /x11/XFree86 | |
parent | 744ad65c1b8fc3d791ccf0d954b4ce2ddbed13d3 (diff) | |
download | freebsd-ports-gnome-20fbea67a6d2ca2f19d19ce90c596ba7315d0821.tar.gz freebsd-ports-gnome-20fbea67a6d2ca2f19d19ce90c596ba7315d0821.tar.zst freebsd-ports-gnome-20fbea67a6d2ca2f19d19ce90c596ba7315d0821.zip |
Fix for KOI8-R keyboard table (was replaced with 8859-5 one)
Submitted by: David Dawes <dawes@rf900.physics.usyd.edu.au>
Diffstat (limited to 'x11/XFree86')
-rw-r--r-- | x11/XFree86/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/XFree86/files/patch-aa b/x11/XFree86/files/patch-aa new file mode 100644 index 000000000000..1ed33b0918e0 --- /dev/null +++ b/x11/XFree86/files/patch-aa @@ -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 */ + }; + + |