On Tue, 20 Dec 2005 00:19:13 -0800 (PST), rajarshi das <[EMAIL PROTECTED]> wrote
--- SADAHIRO Tomoyuki <[EMAIL PROTECTED]> wrote: > > > > > Though I assume that t/uni/class.t has a bug of not > > being portable > > to EBCDIC and all chr() there should be replaced > > with pack 'U*' > > (for example: my $str = pack 'U*', 0x20 .. 0x6F), > > but I'm not sure how to change it for EBCDIC, as I > > can't make sure > > of the contents of lib/unicore/lib/*/*.pl locally > > built on EBCDIC. > You are correct. The test case has bugs (and not the > source code). I had modified the test case > t/uni/class.t in a couple of places to fix the tests. > > I have attached the diff output for your reference. If you think your change makes sense, is it better to report it to perl5-porters mailing list? If not, your change will not be incorporated into the perl source files. Regards, SADAHIRO Tomoyuki
