Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: utf-8.xml
Date: Tue, 08 Mar 2011 18:16:43
Message-Id: 20110308181632.BBE4920054@flycatcher.gentoo.org
1 nightmorph 11/03/08 18:16:32
2
3 Modified: utf-8.xml
4 Log:
5 updated emacs utf-8 support, bug 357903
6
7 Revision Changes Path
8 1.55 xml/htdocs/doc/en/utf-8.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.55&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.55&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/utf-8.xml?r1=1.54&r2=1.55
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.54
18 retrieving revision 1.55
19 diff -u -r1.54 -r1.55
20 --- utf-8.xml 20 Sep 2010 07:54:51 -0000 1.54
21 +++ utf-8.xml 8 Mar 2011 18:16:32 -0000 1.55
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.54 2010/09/20 07:54:51 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.55 2011/03/08 18:16:32 nightmorph Exp $ -->
27
28 <guide>
29 <title>Using UTF-8 with Gentoo</title>
30 @@ -28,8 +28,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license />
33
34 -<version>3</version>
35 -<date>2010-09-20</date>
36 +<version>4</version>
37 +<date>2011-03-08</date>
38
39 <chapter>
40 <title>Character Encodings</title>
41 @@ -564,26 +564,11 @@
42 </p>
43
44 <p>
45 -Emacs 22.x and higher has full UTF-8 support as well. Xemacs 22.x does not
46 -support combining characters yet.
47 +Emacs version 23 and Xemacs version 21.5 have full UTF-8 support. Emacs 24 will
48 +also support editing bidirectional text.
49 </p>
50
51 <p>
52 -Lower versions of Emacs and/or Xemacs might require you to install
53 -<c>app-emacs/mule-ucs</c> and/or <c>app-xemacs/mule-ucs</c>
54 -and add the following code to your <path>~/.emacs</path> to have support for CJK
55 -languages in UTF-8:
56 -</p>
57 -
58 -<pre caption="Emacs CJK UTF-8 support">
59 -(require 'un-define)
60 -(require 'jisx0213)
61 -(set-language-environment "Japanese")
62 -(set-default-coding-systems 'utf-8)
63 -(set-terminal-coding-system 'utf-8)
64 -</pre>
65 -
66 -<p>
67 Nano has provided full UTF-8 support since version 1.3.6.
68 </p>