swift 05/04/24 16:13:48
Modified: xml/htdocs/doc/en utf-8.xml
Log:
16:12 <@slarti> SwifT: could you do something for me very quickly? there's two
tiny tiny errors in utf-8.xml. I just need you to
s/LOCALE=/LANG=/ and also to take out the leading space from #
<i>source /etc/profile</i> so that it isn't indented
Revision Changes Path
1.13 +5 -5 xml/htdocs/doc/en/utf-8.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml?rev=1.13&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml?rev=1.13&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml.diff?r1=1.12&r2=1.13&cvsroot=gentoo
Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- utf-8.xml 24 Apr 2005 14:11:51 -0000 1.12
+++ utf-8.xml 24 Apr 2005 16:13:48 -0000 1.13
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.12
2005/04/24 14:11:51 bennyc Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.13
2005/04/24 16:13:48 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/utf-8.xml">
@@ -20,8 +20,8 @@
<license />
-<version>1.8</version>
-<date>2005-04-05</date>
+<version>1.9</version>
+<date>2005-04-24</date>
<chapter>
<title>Character Encodings</title>
@@ -249,7 +249,7 @@
<pre caption="Demonstration /etc/env.d/02locale">
<comment>(As always, change "en_GB.UTF-8" to your locale)</comment>
LC_ALL="en_GB.UTF-8"
-LOCALE="en_GB.UTF-8"
+LANG="en_GB.UTF-8"
</pre>
<p>
@@ -260,7 +260,7 @@
# <i>env-update</i>
>>> Regenerating /etc/ld.so.cache...
* Caching service dependencies ...
- # <i>source /etc/profile</i>
+# <i>source /etc/profile</i>
</pre>
<p>
--
[email protected] mailing list