Ignore:
Timestamp:
06/29/2020 07:55:01 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
c4804e8
Parents:
d4fdde6
Message:

Update to new lfs structure

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 moved

Legend:

Unmodified
Added
Removed
  • chapter09/locale.xml

    rd4fdde6 r37e35d2  
    1515  </indexterm>
    1616
    17   <para>The <filename>/etc/locale.conf</filename> below sets some
     17  <para>The <filename>/etc/locale.conf</filename> file below sets some
    1818  environment variables necessary for native language support. Setting
    1919  them properly results in:</para>
     
    2121  <itemizedlist>
    2222    <listitem>
    23       <para>The output of programs translated into the native language</para>
     23      <para>The output of programs being translated into your native language</para>
    2424    </listitem>
    2525    <listitem>
    26       <para>Correct classification of characters into letters, digits and other
     26      <para>The correct classification of characters into letters, digits and other
    2727      classes. This is necessary for <command>bash</command> to properly accept
    2828      non-ASCII characters in command lines in non-English locales</para>
     
    3232    </listitem>
    3333    <listitem>
    34       <para>Appropriate default paper size</para>
     34      <para>The appropriate default paper size</para>
    3535    </listitem>
    3636    <listitem>
    37       <para>Correct formatting of monetary, time, and date values</para>
     37      <para>The correct formatting of monetary, time, and date values</para>
    3838    </listitem>
    3939  </itemizedlist>
    4040
    4141  <para>Replace <replaceable>&lt;ll&gt;</replaceable> below with the two-letter code
    42   for the desired language (e.g., <quote>en</quote>) and
     42  for your desired language (e.g., <quote>en</quote>) and
    4343  <replaceable>&lt;CC&gt;</replaceable> with the two-letter code for the appropriate
    4444  country (e.g., <quote>GB</quote>). <replaceable>&lt;charmap&gt;</replaceable> should
     
    5555  Some applications cannot handle the various synonyms correctly (e.g., require
    5656  that <quote>UTF-8</quote> is written as <quote>UTF-8</quote>, not
    57   <quote>utf8</quote>), so it is safest in most
     57  <quote>utf8</quote>), so it is the safest in most
    5858  cases to choose the canonical name for a particular locale. To determine
    5959  the canonical name, run the following command, where <replaceable>&lt;locale
     
    8181  before the telephone number in order to get into the country. If any of the
    8282  commands above fail with a message similar to the one shown below, this means
    83   that your locale was either not installed in Chapter&nbsp;6 or is not supported by
    84   the default installation of Glibc.</para>
     83  that your locale was either not installed in Chapter&nbsp;6 or is not
     84  supported by the default installation of Glibc.</para>
    8585
    8686<screen><computeroutput>locale: Cannot set LC_* to default locale: No such file or directory</computeroutput></screen>
     
    9191  Glibc.</para>
    9292
    93   <!-- FIXME: the xlib example will became obsolete real soon -->
     93  <!-- FIXME: the xlib example will become obsolete in the future.-->
    9494  <para>Some packages beyond LFS may also lack support for your chosen locale. One
    9595  example is the X library (part of the X Window System), which outputs the
     
    143143  mail with such characters from Mutt or Pine results in non-RFC-conforming
    144144  messages being sent (the charset in the outgoing mail is indicated as <quote>unknown
    145   8-bit</quote>). So you can use the <quote>C</quote> locale only if you are sure that
    146   you will never need 8-bit characters.</para>
     145  8-bit</quote>). It's suggested that you use the <quote>C</quote> locale only
     146  if you are certain that you will never need 8-bit characters.</para>
    147147
     148<!--
    148149  <para>UTF-8 based locales are not supported well by many programs.
    149150  Work is in progress to document and, if possible, fix such problems, see
    150151  <ulink url="&blfs-book;introduction/locale-issues.html"/>.</para>
     152-->
    151153
    152154</sect1>
Note: See TracChangeset for help on using the changeset viewer.