swift 05/08/05 11:43:07 Modified: xml/htdocs/doc/en utf-8.xml Log: Irssi uses term_type, not term_charset
Revision Changes Path 1.32 +4 -4 xml/htdocs/doc/en/utf-8.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml?rev=1.32&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml?rev=1.32&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml.diff?r1=1.31&r2=1.32&cvsroot=gentoo Index: utf-8.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- utf-8.xml 1 Aug 2005 13:11:05 -0000 1.31 +++ utf-8.xml 5 Aug 2005 11:43:07 -0000 1.32 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.31 2005/08/01 13:11:05 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.32 2005/08/05 11:43:07 swift 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.11</version> -<date>2005-08-01</date> +<version>2.12</version> +<date>2005-08-05</date> <chapter> <title>Character Encodings</title> @@ -613,7 +613,7 @@ </p> <pre caption="Enabling UTF-8 in Irssi"> -/set term_charset UTF-8 +/set term_type UTF-8 </pre> <p> -- [email protected] mailing list
