commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #1663] [Patch #1663] Fix bugs in RuleBasedCollator rule parsing


From: noreply
Subject: [patch #1663] [Patch #1663] Fix bugs in RuleBasedCollator rule parsing
Date: Thu, 26 Jun 2003 14:03:38 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3.1; Linux; X11; i686; de, address@hidden)

Patch #1663 has been updated. 

Project: 
Category: None
Status: Closed
Summary: Fix bugs in RuleBasedCollator rule parsing

Follow-Ups:

Date: Thu 06/26/2003 at 16:04
By: crawley

Comment:
This patch fixes bugs in the construction of the 
Collator internal data structures as it parses the rule
string.  This resulted in the keys returned being 
"off by one".  For example, if the rule string was 
"a,A<b,B", the key returned by getCollationElementValue("a")
would be the key for "A", "A" for "b" and so on.

2003-06-25  Stephen Crawley <address@hidden>

        * java/test/RuleBasedCollator.java :
        fix bugs in building the collator data structures
        that resulted in the wrong keys being associated
        collated characters.
 
-------------------------------------------------------

Date: Thu 06/26/2003 at 18:03
By: mkoch

Comment:
Fixed in CVS.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1663&group_id=85

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]