Hi,

In message "Re: A plan for another unicode string hack"
    on Thu, 15 Jun 2006 22:13:41 +0900, "Patrick Hurley" <phurley / gmail.com> writes:

|Which actually leads to an important question how does the proposed
|(2.0 or this library) string deal with incomplete trailing data?

It raises an exception when you touch the broken character.  In other
words, if you don't try to extract broken characters, you are free to
hold or concatenate incomplete UTF-8 strings.

							matz.