nightmorph 11/03/08 18:16:32 Modified: utf-8.xml Log: updated emacs utf-8 support, bug 357903
Revision Changes Path 1.55 xml/htdocs/doc/en/utf-8.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.55&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.55&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/utf-8.xml?r1=1.54&r2=1.55 Index: utf-8.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- utf-8.xml 20 Sep 2010 07:54:51 -0000 1.54 +++ utf-8.xml 8 Mar 2011 18:16:32 -0000 1.55 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.54 2010/09/20 07:54:51 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.55 2011/03/08 18:16:32 nightmorph Exp $ --> <guide> <title>Using UTF-8 with Gentoo</title> @@ -28,8 +28,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license /> -<version>3</version> -<date>2010-09-20</date> +<version>4</version> +<date>2011-03-08</date> <chapter> <title>Character Encodings</title> @@ -564,26 +564,11 @@ </p> <p> -Emacs 22.x and higher has full UTF-8 support as well. Xemacs 22.x does not -support combining characters yet. +Emacs version 23 and Xemacs version 21.5 have full UTF-8 support. Emacs 24 will +also support editing bidirectional text. </p> <p> -Lower versions of Emacs and/or Xemacs might require you to install -<c>app-emacs/mule-ucs</c> and/or <c>app-xemacs/mule-ucs</c> -and add the following code to your <path>~/.emacs</path> to have support for CJK -languages in UTF-8: -</p> - -<pre caption="Emacs CJK UTF-8 support"> -(require 'un-define) -(require 'jisx0213) -(set-language-environment "Japanese") -(set-default-coding-systems 'utf-8) -(set-terminal-coding-system 'utf-8) -</pre> - -<p> Nano has provided full UTF-8 support since version 1.3.6. </p>
