fox2mike 05/07/10 11:12:10 Modified: xml/htdocs/doc/en utf-8.xml Log: Making code listing clearer. Thanks for Deathwing00 for reporting.
Revision Changes Path 1.29 +8 -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.29&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.29&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.28&r2=1.29&cvsroot=gentoo Index: utf-8.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- utf-8.xml 4 Jul 2005 06:21:14 -0000 1.28 +++ utf-8.xml 10 Jul 2005 11:12:10 -0000 1.29 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.28 2005/07/04 06:21:14 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.29 2005/07/10 11:12:10 fox2mike 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.8</version> -<date>2005-07-04</date> +<version>2.9</version> +<date>2005-07-10</date> <chapter> <title>Character Encodings</title> @@ -367,7 +367,11 @@ <pre caption="Example usage of convmv"> # <i>emerge --ask app-text/convmv</i> -# <i>convmv -f current-encoding -t utf-8 filename</i> +<comment>(Command format)</comment> +# <i>convmv -f <current-encoding> -t utf-8 <filename></i> +<comment>(Substitute iso-8859-1 with the charset you are converting +from)</comment> +# <i>convmv -f iso-8859-1 -t utf-8 filename</i> </pre> <p> -- [email protected] mailing list
