Mike McClellan has asked for the wisdom of the Perl Monks concerning the following question:
orprint chr(0x141);
orprint "\x{141}";
All print the same character but when I run the same code a second time on the same box I get a different character (a dot). Can anyone tell my why? How to reset it? use utf8; does not change the behavior I eventually want to have code like...print chr(321);
if($someInputString eq "Unicode String Here"){ ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(Ovid) Re: Unicode on Win2k
by Ovid (Cardinal) on Jul 26, 2000 at 22:36 UTC |