![]() |
perl-unicode
|
Prototype for decode_utf8 incorrect?2003-09-26 03:30:05
$ perl -MEncode -e'print Encode::decode_utf8(1, 1)'
Too many arguments for Encode::decode_utf8 at -e line 1, at end of line
$ perldoc Encode |grep decode_utf8
$string = decode_utf8($octets [, CHECK]);
Thanks,
/Autrijus/
|
|
||||||||||||||||