You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/02/04 04:48:57 UTC

DO NOT REPLY [Bug 16399] - xsl:sort does not sort special characters properly (according to their ascii values)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16399>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16399

xsl:sort does not sort special characters properly (according to their ascii values)

grchiu@ca.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE



------- Additional Comments From grchiu@ca.ibm.com  2003-02-04 03:48 -------
This doesn't look like a bug. Xalan sorts using the locale-specific collator, 
which may not be sorting by code-point.

If you'd like more information about the Unicode Collation Algorithm:
http://www.unicode.org/unicode/reports/tr10/index.html


*** This bug has been marked as a duplicate of 13830 ***