Changeset 1f3cb6f for bootscripts/common/profile.xml
- Timestamp:
- Mar 23, 2006, 11:17:33 AM (19 years ago)
- Children:
- 9bfef72
- Parents:
- 63e77e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/common/profile.xml
r63e77e1 r1f3cb6f 78 78 the following command:</para> 79 79 80 <screen ><userinput>locale -a</userinput></screen>80 <screen role="nodump"><userinput>locale -a</userinput></screen> 81 81 82 82 <para>Locales can have a number of synonyms, e.g. <quote>ISO-8859-1</quote> … … 88 88 your preferred locale (<quote>en_GB.iso88591</quote> in our example).</para> 89 89 90 <screen ><userinput>LC_ALL=<replaceable>[locale name]</replaceable> locale charmap</userinput></screen>90 <screen role="nodump"><userinput>LC_ALL=<replaceable>[locale name]</replaceable> locale charmap</userinput></screen> 91 91 92 92 <para>For the <quote>en_GB.iso88591</quote> locale, the above command … … 99 99 to it being added to the Bash startup files:</para> 100 100 101 <screen ><userinput>LC_ALL=[locale name] locale country101 <screen role="nodump"><userinput>LC_ALL=[locale name] locale country 102 102 LC_ALL=[locale name] locale language 103 103 LC_ALL=[locale name] locale charmap
Note:
See TracChangeset
for help on using the changeset viewer.