in reply to Re^3: Help for "Cannot decode string with wide characters..." and CGI.pm
in thread Help for "Cannot decode string with wide characters..." and CGI.pm
The "decode utf8" is not needed in my opinion, as the input is already UTF-8, and same error "wide character" is shown on above. But without "decode utf8 =>" I get no errors, but I get this characters: �� -- occurrence is strange, as the script just worked fine with Unicode. Any clues?print $q->header; print decode utf8 => $q->param('key');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Help for "Cannot decode string with wide characters..." and CGI.pm
by Khen1950fx (Canon) on Apr 08, 2012 at 17:05 UTC |