--- F J Franklin <[EMAIL PROTECTED]> wrote: > o new UTF8String class (untested)
If this is part of the new unicodization to support full-unicode, there's some stuff we need to discuss. We need to design the system so that a string is not built from a series of UTF-8 (or UTF-32) characters directly, but a series of "composed character" which in turn are a series of UTF-8 characters, the first being the main character, the remainder being zero- width modifiers. We need this to support proper internationalization. We probably need much discussion first actually. Good to see though (: Andrew Dunbar. > CVS:---------------------------------------------------------------------- > CVS: Enter Log. Lines beginning with `CVS:' are > removed automatically > CVS: > CVS: Committing in . > CVS: > CVS: Modified Files: > CVS: src/af/util/xp/ut_string_class.cpp > CVS: src/af/util/xp/ut_string_class.h > CVS: src/af/util/xp/ut_stringbuf.cpp > src/af/util/xp/ut_stringbuf.h > CVS:---------------------------------------------------------------------- > > Regards, Frank > > Francis James Franklin > [EMAIL PROTECTED] > > "No, she really likes me. She told me I look like > Britney Spears, and why > would you say that to somebody you don't like?" > > --- Elle Woods > > ===== http://linguaphile.sourceforge.net http://www.abisource.com __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com
