On Tue, Nov 02, 2004 at 11:53:08AM -0500, Dan Sugalski wrote: > Okay, here's a question for everyone to hash out. > > Assuming I have a parrot string which is explicitly marked as a > binary string... > > What should happen when it's told to upcase/downcase/titlecase > itself? (You may assume that we have strings which are explicitly > marked at least Unicode, so there is a difference between STRING* > which are text and binary)
I'd see 2 possibilities as logical Either a: It throws an exception or b: It remains unchanged Which means that I could think it nice if I could choose which behaviour I wanted. Nicholas Clark