mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 22:28:47 +00:00
console font: Add more "working for C.UTF-8" console fonts
This commit is contained in:
parent
40cd8a1801
commit
39b5bb6989
@ -76,13 +76,18 @@
|
|||||||
|
|
||||||
<para>We'll use <literal>C.UTF-8</literal> as the locale for interactive
|
<para>We'll use <literal>C.UTF-8</literal> as the locale for interactive
|
||||||
sessions in the Linux console in <xref role='.'
|
sessions in the Linux console in <xref role='.'
|
||||||
linkend='ch-config-locale'/> The only console font shipped by
|
linkend='ch-config-locale'/> The console fonts shipped by
|
||||||
the <application>Kbd</application> package containing the glyphs for
|
the <application>Kbd</application> package containing the glyphs for
|
||||||
all characters from the program messages in the <literal>C.UTF-8</literal>
|
all characters from the program messages in the <literal>C.UTF-8</literal>
|
||||||
locale is <filename>Lat2-Terminus16</filename> (the other shipped console
|
locale are <filename>LatArCyrHeb*.psfu.gz</filename>,
|
||||||
fonts lack glyphs of some characters like the Unicode left/right
|
<filename>LatGrkCyr*.psfu.gz</filename>,
|
||||||
quotation marks and the Unicode English dash). So set
|
<filename>Lat2-Terminus16.psfu.gz</filename>, and
|
||||||
<filename>Lat2-Terminus16</filename> as the default console font:</para>
|
<filename>pancyrillic.f16.psfu.gz</filename> in
|
||||||
|
<filename class='directory'>/usr/share/consolefonts</filename> (the other
|
||||||
|
shipped console fonts lack glyphs of some characters like the Unicode
|
||||||
|
left/right quotation marks and the Unicode English dash). So set one of
|
||||||
|
them, for example <filename>Lat2-Terminus16.psfu.gz</filename> as the
|
||||||
|
default console font:</para>
|
||||||
|
|
||||||
<!-- We are using "nodump" for general settings, but not examples. This
|
<!-- We are using "nodump" for general settings, but not examples. This
|
||||||
is ironic, but needed for the compatibility with jhalfs! -->
|
is ironic, but needed for the compatibility with jhalfs! -->
|
||||||
|
@ -437,14 +437,19 @@ EOF</userinput></screen>
|
|||||||
We'll use <literal>C.UTF-8</literal> as the locale for interactive
|
We'll use <literal>C.UTF-8</literal> as the locale for interactive
|
||||||
sessions in the Linux console in <xref role=','
|
sessions in the Linux console in <xref role=','
|
||||||
linkend='ch-config-locale'/> so we should set
|
linkend='ch-config-locale'/> so we should set
|
||||||
<literal>UNICODE</literal> to <literal>1</literal>. And the only
|
<literal>UNICODE</literal> to <literal>1</literal>. And the console
|
||||||
console font shipped by the <application>Kbd</application> package
|
fonts shipped by the <application>Kbd</application> package
|
||||||
containing the glyphs for all characters from the program messages
|
containing the glyphs for all characters from the program messages
|
||||||
in the <literal>C.UTF-8</literal> locale is
|
in the <literal>C.UTF-8</literal> locale are
|
||||||
<filename>Lat2-Terminus16</filename> (the other shipped console
|
<filename>LatArCyrHeb*.psfu.gz</filename>,
|
||||||
fonts lack glyphs of some characters like the Unicode left/right
|
<filename>LatGrkCyr*.psfu.gz</filename>,
|
||||||
quotation marks and the Unicode English dash). So set
|
<filename>Lat2-Terminus16.psfu.gz</filename>, and
|
||||||
<filename>Lat2-Terminus16</filename> as the default console
|
<filename>pancyrillic.f16.psfu.gz</filename> in
|
||||||
|
<filename class='directory'>/usr/share/consolefonts</filename> (the
|
||||||
|
other shipped console fonts lack glyphs of some characters like the
|
||||||
|
Unicode left/right quotation marks and the Unicode English dash).
|
||||||
|
So set one of them, for example
|
||||||
|
<filename>Lat2-Terminus16.psfu.gz</filename> as the default console
|
||||||
font:
|
font:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user