Tim Bunce <Tim(_dot_)Bunce(_at_)pobox(_dot_)com> writes:
On Sun, Dec 05, 2004 at 11:58:54AM +0900, Dan Kogai wrote: % perl -Mblib -MEncode -le '$a="\x{ffff}"; print encode("UTF-8", $a, 1)' "\x{ffff}" does not map to utf8 at [...] Shouldn't that (and similar messages) say "... does not map to UTF-8" ?
On Sun, Dec 05, 2004 at 11:58:54AM +0900, Dan Kogai wrote:
% perl -Mblib -MEncode -le '$a="\x{ffff}"; print encode("UTF-8", $a, 1)' "\x{ffff}" does not map to utf8 at [...]
Shouldn't that (and similar messages) say "... does not map to UTF-8" ?
Yes, I think so. Should be an easy tweak.