Gentoo Archives: gentoo-doc-cvs

From: Sven Vermeulen <swift@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: utf-8.xml
Date: Mon, 19 May 2008 21:08:43
Message-Id: E1JyCb0-0006GE-4k@stork.gentoo.org
1 swift 08/05/19 21:08:38
2
3 Modified: utf-8.xml
4 Log:
5 Coding style
6
7 Revision Changes Path
8 1.48 xml/htdocs/doc/en/utf-8.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.48&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.48&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?r1=1.47&r2=1.48
13
14 Index: utf-8.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
17 retrieving revision 1.47
18 retrieving revision 1.48
19 diff -u -r1.47 -r1.48
20 --- utf-8.xml 17 Apr 2007 19:04:17 -0000 1.47
21 +++ utf-8.xml 19 May 2008 21:08:38 -0000 1.48
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.47 2007/04/17 19:04:17 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.48 2008/05/19 21:08:38 swift Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/utf-8.xml">
29 @@ -241,8 +241,8 @@
30 </p>
31
32 <p>
33 -Others prefer to set the locale globally. One specific circumstance where
34 -the author particularly recommends doing this is when
35 +Others prefer to set the locale globally. One specific circumstance where
36 +the author particularly recommends doing this is when
37 <path>/etc/init.d/xdm</path> is in use, because
38 this init script starts the display manager and desktop before any of the
39 aforementioned shell startup files are sourced, and so before any of the
40 @@ -390,7 +390,7 @@
41 <pre caption="Example usage of iconv">
42 <comment>(substitute iso-8859-1 with the charset you are converting from)</comment>
43 <comment>(Check the output is sane)</comment>
44 -# <i>iconv -f iso-8859-1 -t utf-8 filename</i>
45 +# <i>iconv -f iso-8859-1 -t utf-8 filename</i>
46 <comment>(Convert a file, you must create another file)</comment>
47 # <i>iconv -f iso-8859-1 -t utf-8 filename > newfile</i>
48 </pre>
49 @@ -420,7 +420,7 @@
50
51 <p>
52 The <c>KEYMAP</c> variable, set in <path>/etc/conf.d/keymaps</path>, should
53 -have a Unicode keymap specified.
54 +have a Unicode keymap specified.
55 </p>
56
57 <pre caption="Example /etc/conf.d/keymaps snippet">
58 @@ -563,17 +563,17 @@
59 <body>
60
61 <p>
62 -Vim provides full UTF-8 support, and also has builtin detection of UTF-8 files.
63 +Vim provides full UTF-8 support, and also has builtin detection of UTF-8 files.
64 For further information in Vim, use <c>:help mbyte.txt</c>.
65 </p>
66
67 <p>
68 Emacs 22.x and higher has full UTF-8 support as well. Xemacs 22.x does not
69 -support combining characters yet.
70 +support combining characters yet.
71 </p>
72
73 <p>
74 -Lower versions of Emacs and/or Xemacs might require you to install
75 +Lower versions of Emacs and/or Xemacs might require you to install
76 <c>app-emacs/mule-ucs</c> and/or <c>app-xemacs/mule-ucs</c>
77 and add the following code to your <path>~/.emacs</path> to have support for CJK
78 languages in UTF-8:
79 @@ -659,8 +659,8 @@
80 <body>
81
82 <p>
83 -Man pages are an integral part of any Linux machine. To ensure that any
84 -unicode in your man pages render correctly, edit <path>/etc/man.conf</path>
85 +Man pages are an integral part of any Linux machine. To ensure that any
86 +unicode in your man pages render correctly, edit <path>/etc/man.conf</path>
87 and replace a line as shown below.
88 </p>
89
90
91
92
93 --
94 gentoo-doc-cvs@l.g.o mailing list