[
Lists Home |
Date Index |
Thread Index
]
>
> XML 1.0 had surrogate pairs.
I don't think that's a fair statement. XML 1.0 has Unicode characters with
codepoints above 65535, but surrogate pairs are an artefact of the chosen
encoding and XML distances itself from that. You're only exposed to
surrogate pairs if you choose to manipulate your XML in a language such as
Java that exposes such characters as surrogate pairs. That's then a Java
problem, not an XML problem.
Michael Kay
http://www.saxonica.com/
|