perl-unicode

Re: Encode, charnames and utf8heavy

2002-05-01 07:03:35
On Wednesday, May 1, 2002, at 10:57 , Dan Kogai wrote:
Okay,  I'll change the error message in the next one so it would say

"\x{abcd}" does not map to iso-8859-1 at ext/PerlIO/t/fallback.t line 21.

Autrijus just sent me a patch so it won't take long.

Done in my repository.

Was
> piconv5.7.3 -c -f utf8 -t ascii t/jisx0201.utf
"\N{U+ff61}" does not map to ascii, 134 at /home/dankogai/lib/perl5/5.7.3/i386-freebsd/Encode.pm line 175, <> line 1.

Is
> bleedperl -Mblib `which piconv5.7.3` -c -f utf8 -t ascii t/jisx0201.utf "\x{ff61}" does not map to ascii at /usr/home/dankogai/work/Encode/blib/lib/Encode.pm line 175, <> line 1.

Is there anything I should fix before Encode 1.67 ? (ahem, besides djgpp which I am still waiting for the news from Laszlo)

Dan the Encode Maintainer