On Sunday, Feb 16, 2003, at 12:26 Asia/Tokyo, SADAHIRO Tomoyuki wrote:
Hello. I've found the mapping in the present viscii.ucm have a bit diffrence from that in RFC 1456.U+1EA8 (<A^?> in VIQR) should be mapped for 0x86, and U+1EA9 (<a^?> in VIQR) for 0xA6. Here is a test scratch to check whether VISCII indeed supports all the Latin extensions for Vietnamese, i.e. U+1EA0..U+1EF9. #!perl for (my $u = 0x1EA0; $u <= 0x1EF9; $u++) { my $e = encode("VISCII", chr $u, Encode::FB_WARN); } warn "End."; __END__
Thanks. Applied in my repository.
Dan the Encode Maintainer
P.S. Is ftp.funet.fi still down? I think I am ready to $Encode:VERSION++ with this patch applied.