Re: java.text.RuleBasedCollator && CollationElementIterator.

2004-05-23 Thread Stephen Crawley
Folks, Over the weekend I fixed up the Mauve CollationElementIterator testcase. This now fails in one subtest because it appears that RuleBasedCollator or CollationElementIterator 'eats' a leading space in the input string to be collated. (This behavior does not occur with the JDK 1.4.2 version.

java.text.RuleBasedCollator && CollationElementIterator.

2004-05-16 Thread Guilhem Lavaux
Hi, Here is a new patch for RuleBasedCollator and CollationElementIterator. This should fix handling of getOffset()/setOffset(). CollationKey are now consistently built up to the TERTIARY order. It should also fix how expansion sequences are handled. As always, there may still be bugs and missi