2005/9/26, Matthew Lawrence &lt;<a href="mailto:matthew.lawrence@ehsbrann.com">matthew.lawrence@ehsbrann.com</a>&gt;:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Bernard FRIT wrote:<br>&gt; Hi everybody,<br>&gt;<br>&gt; [ ... ]<br> &gt;<br>&gt; Wide character in syswrite at<br>&gt; /usr/lib/perl5/5.8.7/i686-linux/IO/Handle.pm line 449.<br>&gt;<br><br>You normally see that message when you're writing unicode data to a
<br>handle that isn't set up to receive it.<br><br>You'll probably need to specify the &quot;:utf8&quot; layer on the handle concerned.<br><br></blockquote></div>This
problem ony appears when using Locale::Currency::Format to display
correct EURO formatting within pages. As I'm currently connecting to an
existing mysql database I only found one way to display columns with
accented chars : removing charset information from http headers<br>
<br>
$c-&gt;res-&gt;content_encoding('');<br>
<br>
Does it make sense with the IO::Handle problem ?<br>
--<br>
Bernard <br>
<br>
<br>