<?xml version="1.0" encoding="windows-1252"?>
<node id="913807" title="Re^11: Japanese character in Linux" created="2011-07-11 19:30:45" updated="2011-07-11 19:30:45">
<type id="11">
note</type>
<author id="767495">
andal</author>
<data>
<field name="doctext">
&lt;p&gt;
Well, I would consider using "Encode::decode_utf8" very wrong here. At least from your previous messages it followed, that the data inserted into database was in UTF-16 encoding, so when you apply "decode_utf8" function to it, you create a mess and nothing else. Of course this function does not hurt any of pure ASCII data. 
&lt;/p&gt;&lt;p&gt;
You should use "Encode::decode("UTF-16", $_)".
&lt;/p&gt;</field>
<field name="root_node">
913179</field>
<field name="parent_node">
913705</field>
</data>
</node>
