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" ? Tim.