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 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.47 2007/04/17 19:04:17 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.48 2008/05/19 21:08:38 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/utf-8.xml"> @@ -241,8 +241,8 @@ </p> <p> -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 <path>/etc/init.d/xdm</path> 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 @@ <pre caption="Example usage of iconv"> <comment>(substitute iso-8859-1 with the charset you are converting from)</comment> <comment>(Check the output is sane)</comment> -# <i>iconv -f iso-8859-1 -t utf-8 filename</i> +# <i>iconv -f iso-8859-1 -t utf-8 filename</i> <comment>(Convert a file, you must create another file)</comment> # <i>iconv -f iso-8859-1 -t utf-8 filename > newfile</i> </pre> @@ -420,7 +420,7 @@ <p> The <c>KEYMAP</c> variable, set in <path>/etc/conf.d/keymaps</path>, should -have a Unicode keymap specified. +have a Unicode keymap specified. </p> <pre caption="Example /etc/conf.d/keymaps snippet"> @@ -563,17 +563,17 @@ <body> <p> -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 <c>:help mbyte.txt</c>. </p> <p> 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. </p> <p> -Lower versions of Emacs and/or Xemacs might require you to install +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: @@ -659,8 +659,8 @@ <body> <p> -Man pages are an integral part of any Linux machine. To ensure that any -unicode in your man pages render correctly, edit <path>/etc/man.conf</path> +Man pages are an integral part of any Linux machine. To ensure that any +unicode in your man pages render correctly, edit <path>/etc/man.conf</path> and replace a line as shown below. </p> -- [email protected] mailing list
