in reply to Re^2: Do I have a unicode problem, or is this something else?
in thread Do I have a unicode problem, or is this something else?
If you think this is an enhancement -- and you have no other reason for use utf8 in your code -- I would consider it a false "advantage", especially if you need (now or in the future) to add use Encode to your script, since you will then have a clash in how the decode() function is defined.
Did you notice this (rather prominent) passage in the perldoc "utf8" man page?
Do not use this pragma for anything else than telling Perl that your script is written in UTF-8.
(Italics added, bold in original.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Do I have a unicode problem, or is this something else?
by Steve_BZ (Chaplain) on Jun 10, 2010 at 17:03 UTC | |
by ikegami (Patriarch) on Jun 10, 2010 at 17:35 UTC |