Re: Unicode and Java Questions

From: Mike (mike-list@pobox.com)
Date: Thu Oct 02 2008 - 11:22:03 CDT

  • Next message: Naoto Sato: "Re: Unicode and Java Questions"

    > NF(C|D) should be pretty safe, even though mixing normalization forms
    > can cause problems.

    Also note that if you have two normalized strings, s1 and s2, and
    concatenate them to get s3 = s1 + s2, the result may not be normalized.
    In addition, the length of s3 (after normalization) may not be the same
    as the sum of the lengths of s1 and s2 for NFC/NFKC.

    Mike



    This archive was generated by hypermail 2.1.5 : Thu Oct 02 2008 - 11:23:56 CDT