perl-unicode

Re: Unicode characters

2009-05-24 04:09:45
Andreas J. Koenig skribis 2009-05-24  6:44 (+0200):
    binmode $_, ":utf8" for *STDOUT, *TEMP_OUT;

Although it's safe on output, it's better to get used to using
:encoding(utf8) instead of :utf8. Using :utf8 on input can cause
stability and security issues.
-- 
Met vriendelijke groet,  Kind regards,  Korajn salutojn,

  Juerd Waalboer:  Perl hacker  <#####(_at_)juerd(_dot_)nl>  
<http://juerd.nl/sig>
  Convolution:     ICT solutions and consultancy 
<sales(_at_)convolution(_dot_)nl>
1;

<Prev in Thread] Current Thread [Next in Thread>