diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-01-18 03:24:03 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-01-18 03:24:03 +0000 |
commit | d93d1c90ae8ca33bb0726c4444d9fb60830fd0c1 (patch) | |
tree | df6fd177f5c20b38bf9e13f4f7d3ae7f20baeb89 /chapter06/glibc.xml | |
parent | 09fb7a09f1b6fc54c50658de94834b283d3e86fd (diff) |
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
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 14ad42aa6..a3feb8a45 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -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 fr_FR -f ISO-8859-1 fr_FR 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 ja_JP -f EUC-JP ja_JP</userinput></screen> |