![]() |
perl-unicode
|
Re: real UTF-8 vs. utf8n_to_uvuni()2004-12-06 08:30:13On 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.
|
|