Hello Lazarus-List, Thursday, February 17, 2011, 8:21:07 AM, you wrote:
GG> Well, for any string handling in your application, you need to know the GG> difference between what is perceived as a Unicode "character" on the GG> screen, and the various ways such a "character" can be presented in a GG> language structure. There is no way around this, unless FPC defines that GG> such Unicode strings are always stored in some specific normalized manner. I think FPC should handle them as codepoints, this means they are normalized. If the string is not normalized is responsability of the user to normalize it via the supported functions or create new functions to support it unnormalized. In other words strings support do not deal with their representation. -- Best regards, José -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
