Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
but this comparison is always giving 0.my $lr = chr(636); my $ls = chr(383); $str = 'B'.$lr.'i'.$ls, if ($str eq param('Name') { ...
And this gives me the output -PrintUnicodeString($str),br; PrintUnicodeString(param('Name')); PrintUnicodeString { join("", map { printf("\\x{%04X}", $_) # \x{...} } unpack("U*", $_[0])); # unpack Unicode characters }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Passing unicode via html forms
by itub (Priest) on Sep 25, 2004 at 19:38 UTC | |
by Baz (Friar) on Sep 25, 2004 at 20:56 UTC | |
|
Re: Passing unicode via html forms
by Anonymous Monk on Sep 25, 2004 at 17:32 UTC |