tony2001 Tue Jun 5 07:54:11 2007 UTC
Modified files: /phpdoc/en/reference/xml/functions utf8-encode.xml Log: add missing whitespace http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/xml/functions/utf8-encode.xml?r1=1.6&r2=1.7&diff_format=u Index: phpdoc/en/reference/xml/functions/utf8-encode.xml diff -u phpdoc/en/reference/xml/functions/utf8-encode.xml:1.6 phpdoc/en/reference/xml/functions/utf8-encode.xml:1.7 --- phpdoc/en/reference/xml/functions/utf8-encode.xml:1.6 Mon Jan 8 02:22:13 2007 +++ phpdoc/en/reference/xml/functions/utf8-encode.xml Tue Jun 5 07:54:11 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <refentry id="function.utf8-encode"> <refnamediv> <refname>utf8_encode</refname> @@ -20,7 +20,7 @@ <literal>UTF-8</literal> is transparent to plain <abbrev>ASCII</abbrev> characters, is self-synchronized (meaning it is possible for a program to figure out where in the bytestream characters start) and can be used with - normal string comparison functions for sorting and such.PHP encodes + normal string comparison functions for sorting and such. PHP encodes <literal>UTF-8</literal> characters in up to four bytes, like this: <table> <title>UTF-8 encoding</title>