On 10-12-05 07:38 PM, Brian Fraser wrote:
    You have to tell perl to use UTF-8.  Add this line to the top of
    your script(s):
    use utf8;

    See `perldoc utf8` for more details.

Hm, I don't mean to step on your toes or anything, but he is already
using utf8. The problem is with some utf8 characters being interpreted
as a paired delimiter, I think.

Brian.


It works for me. What version of Perl is he running? 5.6 does not work well with UTF-8.


--
Just my 0.00000002 million dollars worth,
  Shawn

Confusion is the first step of understanding.

Programming is as much about organization and communication
as it is about coding.

The secret to great software:  Fail early & often.

Eliminate software piracy:  use only FLOSS.

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to