<?xml version="1.0" encoding="windows-1252"?>
<node id="860232" title="Re^4: length() returns wrong result - suspicious magic" created="2010-09-15 11:25:25" updated="2010-09-15 11:25:25">
<type id="11">
note</type>
<author id="492557">
mje</author>
<data>
<field name="doctext">
&lt;code&gt;
while ( $sth_sel-&gt;fetch ) {
  $txt = $txt;
  printf "%3u %3u %3u %s [%s] [%s]\n",
      ++$i, length($txt), bytes::length($txt),
          (utf8::is_utf8($txt) ? ' utf8' : '!utf8'), $txt, $xml;
}
&lt;/code&gt;

&lt;p&gt;made no difference.&lt;/p&gt;</field>
<field name="root_node">
860211</field>
<field name="parent_node">
860229</field>
</data>
</node>
