nightmorph 07/04/17 19:04:17 Modified: utf-8.xml Log: updated zsh to reflect unicode support, bug 174954
Revision Changes Path 1.47 xml/htdocs/doc/en/utf-8.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.47&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.47&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/utf-8.xml?r1=1.46&r2=1.47 Index: utf-8.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- utf-8.xml 10 Jan 2007 07:29:00 -0000 1.46 +++ utf-8.xml 17 Apr 2007 19:04:17 -0000 1.47 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.46 2007/01/10 07:29:00 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.47 2007/04/17 19:04:17 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/utf-8.xml"> @@ -25,8 +25,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license /> -<version>2.24</version> -<date>2007-01-09</date> +<version>2.25</version> +<date>2007-04-17</date> <chapter> <title>Character Encodings</title> @@ -599,9 +599,8 @@ <p> Currently, <c>bash</c> provides full Unicode support through the GNU readline -library. Z Shell users are in a somewhat worse position -- no parts of the -shell have Unicode support, although there is a concerted effort to add -multibyte character set support underway at the moment. +library. Z Shell (<c>zsh</c>) offers Unicode support with the <c>unicode</c> USE +flag. </p> <p> -- [EMAIL PROTECTED] mailing list
