<?xml version="1.0" encoding="windows-1252"?>
<node id="996492" title="Re^3: This looks like whitespace in my CSV but doesn't seem to be" created="2012-09-30 06:12:16" updated="2012-09-30 06:12:16">
<type id="11">
note</type>
<author id="732669">
Marshall</author>
<data>
<field name="doctext">
I don't work with multi-byte characters or UTF-8 files. But Perl has an amazing ability to deal with these things.&lt;p&gt;

From the open() docs, it could be that all you need to do is open the file in the right encoding mode and that could enable even Perl 5.10.X to work. I don't know for sure, but this idea is worth a try. 

&lt;c&gt;
     open(my $fh, "&lt;:encoding(UTF-8)", "filename")
    || die "can't open UTF-8 encoded filename: $!";
&lt;/c&gt;</field>
<field name="root_node">
996472</field>
<field name="parent_node">
996478</field>
</data>
</node>
