Subject: | MIME::Base64 on wide characters |
The following script:
use MIME::Base64;
$x = "eujo: \x{20ac}";
warn encode_base64($x);
fails with:
Wide character in subroutine entry at base64.pl line ...
Which is probably reasonable, but I would like to see a comment in the
MIME::Base64 documentation, e.g. something like the unicode explanation
paragraphs in the Digest::MD5 documentation.
Regards,
Slaven