RE: Xpath transform changes and questions

At 00/03/21 09:08 -0800, John Boyer wrote:
>So what you're saying, which is what I understood from before, is that if we
>sort based on the character domain, then the result should be the same
>regardless of encoding.
>
>Martin, do you agree?

Yes, I agree. What you should say is that sorting is lexical
based on the UCS codepoint values. You may add a note saying that
this happens to be equivalent to lexical ordering based on UTF-8.


Regards,   Martin.

Received on Tuesday, 21 March 2000 22:06:17 UTC