in reply to Re: LWP::Simple // Special Character problems.
in thread LWP::Simple // Special Character problems.

There's nothing unsafe about those characters. "A" is just as safe/unsafe. Your code *happens* to work in this specific case, but will not work for all encodings. It'll fail for UTF-16, for example.
  • Comment on Re^2: LWP::Simple // Special Character problems.

Replies are listed 'Best First'.
Re^3: LWP::Simple // Special Character problems.
by RipHard (Initiate) on May 26, 2007 at 08:53 UTC
    Hi. Thanks to you all for great feedback. I've gotten this working now. Cheers, Fro