aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2006-05-16 13:19:21 +0000
committerArchaic <archaic@linuxfromscratch.org>2006-05-16 13:19:21 +0000
commitb083220f93974ac9a82095fc925662198b44e1f1 (patch)
tree02df00b7779072f9249e7d52d564b1565aeac846
parent5a9a826cb8dcb49bca4d1e7545d464c0574dd303 (diff)
Removed note about not being able to do certain tasks in UTF-8 locale.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7623 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter07/profile.xml11
-rw-r--r--general.ent4
2 files changed, 4 insertions, 11 deletions
diff --git a/chapter07/profile.xml b/chapter07/profile.xml
index 9255ef81c..0db463e9d 100644
--- a/chapter07/profile.xml
+++ b/chapter07/profile.xml
@@ -162,14 +162,7 @@ EOF</userinput></screen>
<para>UTF-8 based locales are not supported well by many programs. E.g., the
<command>watch</command> program displays only ASCII characters in UTF-8
locales and has no such restriction in traditional 8-bit locales like en_US.
- Without patches and/or installing software beyond BLFS, in UTF-8 based locales
- you will not be able to do such basic tasks as printing plain-text files from
- the command line, recording Windows-readable CDs with filenames containing
- non-ASCII characters, viewing ID3v1 tags in MP3 files and so on. Work is in
- progress to document and, if possible, fix such problems, see
- <ulink url="&blfs-root;view/svn/introduction/locale-issues.html"/>.
- It is, however, safe to use UTF-8 based locales if you are going to use only
- KDE or GNOME and never open the terminal.</para>
- <!-- All abovementioned problems except "watch" have a known fix beyond BLFS -->
+ Work is in progress to document and, if possible, fix such problems, see
+ <ulink url="&blfs-root;view/svn/introduction/locale-issues.html"/>.</para>
</sect1>
diff --git a/general.ent b/general.ent
index 7e14d93f6..adac26725 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060515">
-<!ENTITY releasedate "May 15, 2006">
+<!ENTITY version "SVN-20060516">
+<!ENTITY releasedate "May 16, 2006">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->