vrana Tue Mar 7 01:18:10 2006 UTC
Modified files:
/phpdoc/en/reference/xml/functions xml-get-current-byte-index.xml
Log:
Works with UTF-8 (bug #36596)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/xml/functions/xml-get-current-byte-index.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/xml/functions/xml-get-current-byte-index.xml
diff -u phpdoc/en/reference/xml/functions/xml-get-current-byte-index.xml:1.5
phpdoc/en/reference/xml/functions/xml-get-current-byte-index.xml:1.6
--- phpdoc/en/reference/xml/functions/xml-get-current-byte-index.xml:1.5
Sun Feb 6 00:41:24 2005
+++ phpdoc/en/reference/xml/functions/xml-get-current-byte-index.xml Tue Mar
7 01:18:09 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.xml-get-current-byte-index">
<refnamediv>
<refname>xml_get_current_byte_index</refname>
@@ -38,6 +38,15 @@
the parser is currently at in its data buffer (starting at 0).
</para>
</refsect1>
+ <refsect1 role="notes">
+ &reftitle.notes;
+ <warning>
+ <para>
+ This function returns byte index according to UTF-8 encoded text
+ disregarding if input is in another encoding.
+ </para>
+ </warning>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>