Re: real UTF-8 vs. utf8n_to_uvuni()
[email protected] (Tim Bunce)
| Newsgroups | perl.unicode,perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
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.