Re: Unicode characters

2009-05-25 Thread Andreas J. Koenig
> On Sun, 24 May 2009 10:09:25 +0200, Juerd Waalboer > said: > 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. That's new to me. Do you have a link that backs this up

Re: Unicode characters

2009-05-25 Thread Juerd Waalboer
Andreas J. Koenig skribis 2009-05-25 8:30 (+0200): > > On Sun, 24 May 2009 10:09:25 +0200, Juerd Waalboer > > said: > > 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 iss

Re: Unicode characters

2009-05-24 Thread Juerd Waalboer
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 reg

Re: Unicode characters

2009-05-23 Thread Andreas J. Koenig
> On Fri, 22 May 2009 20:49:24 +0530, Saravanan Balaji > said: > Could you please help to know what i am missing or doing wrong. > I'll greatly appreciate the help. I think all you're missing is (1) that a script written in utf8 needs to declare that fact with a use utf8; and