nicobn Sun Aug 19 17:52:21 2007 UTC
Modified files:
/phpdoc/en/reference/unicode/functions unicode-decode.xml
Log:
It's 'a Unicode string', not 'an unicode string'
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/unicode/functions/unicode-decode.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/unicode/functions/unicode-decode.xml
diff -u phpdoc/en/reference/unicode/functions/unicode-decode.xml:1.1
phpdoc/en/reference/unicode/functions/unicode-decode.xml:1.2
--- phpdoc/en/reference/unicode/functions/unicode-decode.xml:1.1 Sun Aug
19 07:30:28 2007
+++ phpdoc/en/reference/unicode/functions/unicode-decode.xml Sun Aug 19
17:52:21 2007
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
-<refentry id="function.unicode-decode">
+<!-- $Revision: 1.2 $ -->
+<refentry xml:id="function.unicode-decode"
xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>unicode_decode</refname>
- <refpurpose>Convert a binary string into an unicode string</refpurpose>
+ <refpurpose>Convert a binary string into a Unicode string</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;