KOI8-R setup:

Fix references to KOI8-R WWW
Remove keychange for console setup according to new termcap changes
Add XFree86 v4 setup examples
No English touched
This commit is contained in:
Andrey A. Chernov 2000-08-25 08:53:23 +00:00
parent 722c0bcb7f
commit 94e273b157
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7883
2 changed files with 40 additions and 20 deletions

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/l10n/chapter.sgml,v 1.38 2000/06/26 05:08:54 kevlo Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/l10n/chapter.sgml,v 1.39 2000/06/30 01:54:03 kevlo Exp $
-->
<chapter id="l10n">
@ -660,7 +660,7 @@ options SC_MOUSE_CHAR=0x03</programlisting>
&a.ache;.</emphasis></para>
<para>For more information about KOI8-R encoding, see the <ulink
url="http://nagual.pp.ru/~ache/koi8.html">KOI8-R References
url="http://koi8.pp.ru/">KOI8-R References
(Russian Net Character Set)</ulink>.</para>
<sect3>
@ -696,16 +696,11 @@ options SC_MOUSE_CHAR=0x03</programlisting>
<programlisting>
keymap="ru.koi8-r"
keychange="61 ^[[K"
scrnmap="koi8-r2cp866"
font8x16="cp866b-8x16"
font8x14="cp866-8x14"
font8x8="cp866-8x8"</programlisting>
<para>Note that the <literal>^[</literal> here stands for a
real Escape character (\033) entered directly in
<filename>/etc/rc.conf</filename>, not for sequence of two
characters '^' and '['.</para>
</listitem>
<listitem>
@ -799,12 +794,20 @@ FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/100dpi"</programlisting>
<listitem>
<para>To activate a Russian keyboard, add the following to the
<literal>"Keyboard"</literal> section of your
<filename>XF86Config</filename> file:</para>
<filename>XF86Config</filename> file.</para>
<para>For XFree86 v3.*:</para>
<programlisting>
XkbLayout "ru"
XkbOptions "grp:caps_toggle"</programlisting>
<para>For XFree86 v4.*:</para>
<programlisting>
Option "XkbLayout" "ru"
Option "XkbOptions" "grp:caps_toggle"</programlisting>
<para>Also make sure that <literal>XkbDisable</literal> is
turned off (commented out) there.</para>
@ -816,11 +819,18 @@ XkbOptions "grp:caps_toggle"</programlisting>
<para>If you have <quote>Windows</quote> keys on your keyboard,
and notice that some non-alphabetical keys are mapped
incorrectly in RUS mode, add the following line in your
<filename>XF86Config</filename> file:</para>
<filename>XF86Config</filename> file.</para>
<para>For XFree86 v3.*:</para>
<programlisting>
XkbVariant "winkeys"</programlisting>
<para>For XFree86 v4.*:</para>
<programlisting>
Option "XkbVariant" "winkeys"</programlisting>
<note>
<para>The Russian XKB keyboard may not work with old XFree86
versions, see the <link linkend="russian-note">above
@ -830,7 +840,7 @@ XkbVariant "winkeys"</programlisting>
should call a <literal>XtSetLanguageProc (NULL, NULL,
NULL);</literal> function early in the program.
See <ulink
url="http://nagual.pp.ru/~ache/koi8/xwin.html">
url="http://koi8.pp.ru/xwin.html">
KOI8-R for X-Window</ulink> for more instructions on
localizing X11 applications.</para>
</note>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/l10n/chapter.sgml,v 1.38 2000/06/26 05:08:54 kevlo Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/l10n/chapter.sgml,v 1.39 2000/06/30 01:54:03 kevlo Exp $
-->
<chapter id="l10n">
@ -660,7 +660,7 @@ options SC_MOUSE_CHAR=0x03</programlisting>
&a.ache;.</emphasis></para>
<para>For more information about KOI8-R encoding, see the <ulink
url="http://nagual.pp.ru/~ache/koi8.html">KOI8-R References
url="http://koi8.pp.ru/">KOI8-R References
(Russian Net Character Set)</ulink>.</para>
<sect3>
@ -696,16 +696,11 @@ options SC_MOUSE_CHAR=0x03</programlisting>
<programlisting>
keymap="ru.koi8-r"
keychange="61 ^[[K"
scrnmap="koi8-r2cp866"
font8x16="cp866b-8x16"
font8x14="cp866-8x14"
font8x8="cp866-8x8"</programlisting>
<para>Note that the <literal>^[</literal> here stands for a
real Escape character (\033) entered directly in
<filename>/etc/rc.conf</filename>, not for sequence of two
characters '^' and '['.</para>
</listitem>
<listitem>
@ -799,12 +794,20 @@ FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/100dpi"</programlisting>
<listitem>
<para>To activate a Russian keyboard, add the following to the
<literal>"Keyboard"</literal> section of your
<filename>XF86Config</filename> file:</para>
<filename>XF86Config</filename> file.</para>
<para>For XFree86 v3.*:</para>
<programlisting>
XkbLayout "ru"
XkbOptions "grp:caps_toggle"</programlisting>
<para>For XFree86 v4.*:</para>
<programlisting>
Option "XkbLayout" "ru"
Option "XkbOptions" "grp:caps_toggle"</programlisting>
<para>Also make sure that <literal>XkbDisable</literal> is
turned off (commented out) there.</para>
@ -816,11 +819,18 @@ XkbOptions "grp:caps_toggle"</programlisting>
<para>If you have <quote>Windows</quote> keys on your keyboard,
and notice that some non-alphabetical keys are mapped
incorrectly in RUS mode, add the following line in your
<filename>XF86Config</filename> file:</para>
<filename>XF86Config</filename> file.</para>
<para>For XFree86 v3.*:</para>
<programlisting>
XkbVariant "winkeys"</programlisting>
<para>For XFree86 v4.*:</para>
<programlisting>
Option "XkbVariant" "winkeys"</programlisting>
<note>
<para>The Russian XKB keyboard may not work with old XFree86
versions, see the <link linkend="russian-note">above
@ -830,7 +840,7 @@ XkbVariant "winkeys"</programlisting>
should call a <literal>XtSetLanguageProc (NULL, NULL,
NULL);</literal> function early in the program.
See <ulink
url="http://nagual.pp.ru/~ache/koi8/xwin.html">
url="http://koi8.pp.ru/xwin.html">
KOI8-R for X-Window</ulink> for more instructions on
localizing X11 applications.</para>
</note>