diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 20:13:13 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 20:13:13 +0000 |
commit | efb32ca4bf4a2638b5e3bb0b05bbb4acc50b5303 (patch) | |
tree | 4c3e4431246a8169c014673a1a90644ea28f696d /chapter05/glibc.xml | |
parent | 74bed29388a7cd639aadfba81441953808b52ffb (diff) |
* Added a locale necessary for chapter 5's gettext testsuite.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3440 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 22a338164..92d2f3ad8 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -179,6 +179,7 @@ localedef -i en_HK -f ISO-8859-1 en_HK localedef -i en_PH -f ISO-8859-1 en_PH localedef -i en_US -f ISO-8859-1 en_US 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 it_IT -f ISO-8859-1 it_IT |