[Catalyst] IO::Handle Wide character in syswrite
    Matthew Lawrence 
    matthew.lawrence at ehsbrann.com
       
    Mon Sep 26 17:36:47 CEST 2005
    
    
  
Bernard FRIT wrote:
> Hi everybody,
> 
> [ ... ]
 >
> Wide character in syswrite at 
> /usr/lib/perl5/5.8.7/i686-linux/IO/Handle.pm line 449.
> 
You normally see that message when you're writing unicode data to a 
handle that isn't set up to receive it.
You'll probably need to specify the ":utf8" layer on the handle concerned.
Matt
-- 
Matthew Lawrence
Senior Programmer
EHS Brann
http://www.ehsbrann.com/
    
    
More information about the Catalyst
mailing list