Re: Encoding iso-8859-16
[email protected] (Nicholas Clark)
| Newsgroups | perl.unicode,perl.mvs,perl.perl5.porters,perl.beginners |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 19, 2005 at 05:51:10PM +0530, Sastry wrote: > Hi > > The test case uses the invariant character that is below <127 on > ISO-8859-16 codepage. Since character 'a' has a codepoint of 129 on > EBCDIC, is there a place in the code where it should apply > NATIVE_TO_ASCII macro on the input character? I don't know. And if the test is only checking for invariant characters below 127, it doesn't strike me as a very thorough test. Nicholas Clark