perl-unicode

Re: [FYI] use encoding 'non-utf8-encoding'; use CGI;

2002-10-02 19:30:05
On Wednesday, Oct 2, 2002, at 22:34 Asia/Tokyo, Jarkko Hietaniemi wrote:
Yes. that's where hiragana -> katakana conversion is attempted;
English equivalent of tr/A-Z/a-z/.

Okay...  What are the {begin,end} codepoints of those ranges,
both LHS and RHS of tr, both in EUC-JP and in Unicode?

Both. I think the operation needed is straight-forward. When you get tr[LHS][RHS], decode'em then
feed it to the naked tr// .

Dan