On Sat, May 31, 2014 at 1:59 AM, Richard Wordingham <
[email protected]> wrote:

> Bear in mind that a pattern \uD808 shall not match anything in a
> well-formed Unicode string.


Depends. See the definitions of Unicode strings vs. UTF strings.

\uD808\uDF45 specifies a sequence of two
> codepoints.


Implementations that use Unicode 16-bit strings will usually treat this as
one supplementary code point.
In Java, there is no other way to escape one.

markus
_______________________________________________
Unicode mailing list
[email protected]
http://unicode.org/mailman/listinfo/unicode

Reply via email to