"pj" <peterjohannsen / hotmail.com> wrote in message news:127ce4a9.0303091535.2b52a780 / posting.google.com... > "Shashank Date" <sdate / everestkc.net> wrote in message news:<1d858c178229b890eb27952ca739f334 / news.teranews.com>... > > "MikkelFJ" <mikkelfj-anti-spam / bigfoot.com> snip UTF-8 in identfiers > But, wouldn't you also want deal with string length method, and any > character methods (I dunno Ruby -- does it have uppercase and stuff > like that, or iswhitespace) ? Yes, but it is a separate issue. A simple solution is to parse strings as UTF-8 and convert them to 16 or 32 bit internally. I think matz is working on a multi-representation style of string class because Unicode isn't the solution for everything. Mikkel