On Tue, Nov 02, 2004 at 12:35:26PM -0500, Sam Ruby wrote:
> However, str has an upper() method defined on it.  The way it operates 
> is to take the range of bytes that correspond to us-ascii and perform a 
> us-ascii uppercase on them.  The remaining bytes are left alone. 

I'd prefer parrot not to do that, on the basis that Perl 5 supports EBCDIC
platforms, and I feel parrot should too, by being completely character
encoding agnostic. [Well, maybe better described as "atheist" :-) ]

Nicholas Clark

Reply via email to