From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
by finch.gentoo.org with esmtp (Exim 4.60)
(envelope-from )
id 1JyCb5-0000oC-Jr
for garchives@archives.gentoo.org; Mon, 19 May 2008 21:08:43 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 012BFE0506;
Mon, 19 May 2008 21:08:43 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
by pigeon.gentoo.org (Postfix) with ESMTP id AEED2E0506
for ; Mon, 19 May 2008 21:08:42 +0000 (UTC)
Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133])
(using TLSv1 with cipher AES256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTP id 2BBBA671A9
for ; Mon, 19 May 2008 21:08:41 +0000 (UTC)
Received: from swift by stork.gentoo.org with local (Exim 4.68)
(envelope-from )
id 1JyCb0-0006GE-4k
for gentoo-doc-cvs@lists.gentoo.org; Mon, 19 May 2008 21:08:39 +0000
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: utf-8.xml
Message-Id:
From: Sven Vermeulen
Date: Mon, 19 May 2008 21:08:38 +0000
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-doc-cvs@lists.gentoo.org
Reply-to: docs-team@lists.gentoo.org
X-Archives-Salt: 92bdc66f-567f-4289-a921-bf622703785b
X-Archives-Hash: 7b812d04b8354e25e2f5cafa36ed5a39
swift 08/05/19 21:08:38
Modified: utf-8.xml
Log:
Coding style
Revision Changes Path
1.48 xml/htdocs/doc/en/utf-8.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?r1=1.47&r2=1.48
Index: utf-8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- utf-8.xml 17 Apr 2007 19:04:17 -0000 1.47
+++ utf-8.xml 19 May 2008 21:08:38 -0000 1.48
@@ -1,5 +1,5 @@
-
+
@@ -241,8 +241,8 @@
-Others prefer to set the locale globally. One specific circumstance where
-the author particularly recommends doing this is when
+Others prefer to set the locale globally. One specific circumstance where
+the author particularly recommends doing this is when
/etc/init.d/xdm is in use, because
this init script starts the display manager and desktop before any of the
aforementioned shell startup files are sourced, and so before any of the
@@ -390,7 +390,7 @@
(substitute iso-8859-1 with the charset you are converting from)
(Check the output is sane)
-# iconv -f iso-8859-1 -t utf-8 filename
+# iconv -f iso-8859-1 -t utf-8 filename
(Convert a file, you must create another file)
# iconv -f iso-8859-1 -t utf-8 filename > newfile
@@ -420,7 +420,7 @@
The KEYMAP variable, set in /etc/conf.d/keymaps, should
-have a Unicode keymap specified.
+have a Unicode keymap specified.
@@ -563,17 +563,17 @@
-Vim provides full UTF-8 support, and also has builtin detection of UTF-8 files.
+Vim provides full UTF-8 support, and also has builtin detection of UTF-8 files.
For further information in Vim, use :help mbyte.txt.
Emacs 22.x and higher has full UTF-8 support as well. Xemacs 22.x does not
-support combining characters yet.
+support combining characters yet.
-Lower versions of Emacs and/or Xemacs might require you to install
+Lower versions of Emacs and/or Xemacs might require you to install
app-emacs/mule-ucs and/or app-xemacs/mule-ucs
and add the following code to your ~/.emacs to have support for CJK
languages in UTF-8:
@@ -659,8 +659,8 @@
-Man pages are an integral part of any Linux machine. To ensure that any
-unicode in your man pages render correctly, edit /etc/man.conf
+Man pages are an integral part of any Linux machine. To ensure that any
+unicode in your man pages render correctly, edit /etc/man.conf
and replace a line as shown below.
--
gentoo-doc-cvs@lists.gentoo.org mailing list