<?xml version="1.0" encoding="windows-1252"?>
<node id="991644" title="Re: UTF8 driving me up the wall again!" created="2012-09-04 12:22:00" updated="2012-09-04 12:22:00">
<type id="11">
note</type>
<author id="693344">
rpnoble419</author>
<data>
<field name="doctext">
if you are using MySQL then you may want to try the following connection.

&lt;code&gt;
our $dbh = DBI-&gt;connect($dsn,'User','Pass',{mysql_enable_utf8 =&gt; 1}) or die "$DBI::errstr\n";
&lt;/code&gt;

also don't forget to include the following line at the head of your script

&lt;code&gt;
use utf8;
&lt;/code&gt;
</field>
<field name="root_node">
991586</field>
<field name="parent_node">
991586</field>
</data>
</node>
