bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/22685] java.text.RuleBasedCollator is incomplete


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/22685] java.text.RuleBasedCollator is incomplete
Date: 16 Oct 2005 01:26:32 -0000

The constructor will throw ParseException if you try to
use a rules string that uses '&' (reset), '@' (french
accents backwards), or quoting.

This means that we cannot fully implement the collation
rules for a number of languages, including English.


------- Comment #1 from from-classpath at savannah dot gnu dot org  2003-07-29 
14:21 -------
I have added testcases to Mauve for parsing of rules
involving the missing functionality, and also for
the behaviour of much of it.


------- Comment #2 from from-classpath at savannah dot gnu dot org  2003-08-22 
08:43 -------
RuleBasedCollator implemented by the attached patch. Includes also a major
update for CollationElementIterator.

Features still missing:
* '!' modifier
* reversed sorting for some special expansion ordering case
* CollationElementIterator.getMaxExpansion not implemented


------- Comment #3 from from-classpath at savannah dot gnu dot org  2003-11-19 
20:19 -------
Updated the previous patch to the current CVS.


------- Comment #4 from from-classpath at savannah dot gnu dot org  2004-05-07 
08:45 -------
The attached patch is in CVS as I just checked. Is there still missing stuff ?


------- Comment #5 from from-classpath at savannah dot gnu dot org  2004-05-07 
17:36 -------
There are still minor missing features/bugs in RuleBasedCollator. This will be
fixed when I/someone has some time free for it.


------- Comment #6 from from-classpath at savannah dot gnu dot org  2005-01-15 
12:45 -------
All current Mauve tests pass with Classpath CVS HEAD + Jamvm.  Can someone
confirm which features are still missing from java.text.RuleBasedCollator?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22685





reply via email to

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