mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-22 05:09:24 +01:00
Fixed locale generation for French UTF-8. Thanks to Dan McGhee and Alexander Patrakov.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7283 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
09fb7a09f1
commit
d93d1c90ae
@ -35,6 +35,16 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>January 17, 2006</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[jhuntwork] - Fixed locale generation for French UTF-8. Thanks
|
||||||
|
to Dan McGhee for the report and Alexander Patrakov for the fix.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>January 10, 2006</para>
|
<para>January 10, 2006</para>
|
||||||
|
@ -179,7 +179,7 @@ localedef -i es_MX -f ISO-8859-1 es_MX
|
|||||||
localedef -i fa_IR -f UTF-8 fa_IR
|
localedef -i fa_IR -f UTF-8 fa_IR
|
||||||
localedef -i fr_FR -f ISO-8859-1 fr_FR
|
localedef -i fr_FR -f ISO-8859-1 fr_FR
|
||||||
localedef -i fr_FR@euro -f ISO-8859-15 fr_FR@euro
|
localedef -i fr_FR@euro -f ISO-8859-15 fr_FR@euro
|
||||||
localedef -i fr_FR.UTF-8 -f UTF-8 fr_FR
|
localedef -i fr_FR -f UTF-8 fr_FR.UTF-8
|
||||||
localedef -i it_IT -f ISO-8859-1 it_IT
|
localedef -i it_IT -f ISO-8859-1 it_IT
|
||||||
localedef -i ja_JP -f EUC-JP ja_JP</userinput></screen>
|
localedef -i ja_JP -f EUC-JP ja_JP</userinput></screen>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user