aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2004-05-03 20:13:13 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2004-05-03 20:13:13 +0000
commitefb32ca4bf4a2638b5e3bb0b05bbb4acc50b5303 (patch)
tree4c3e4431246a8169c014673a1a90644ea28f696d
parent74bed29388a7cd639aadfba81441953808b52ffb (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
-rw-r--r--chapter05/glibc.xml1
-rw-r--r--general.ent4
2 files changed, 3 insertions, 2 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
diff --git a/general.ent b/general.ent
index 0967da488..50c87240d 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "CVS-2004-05-02">
-<!ENTITY releasedate "May 2, 2004">
+<!ENTITY version "CVS-2004-05-03">
+<!ENTITY releasedate "May 3, 2004">
<!ENTITY milestone "5.1">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">