This probably doesn't matter, but I notice you have: 

Collator trCollator = Collator.getInstance(new Locale("tr", "tr_TR"));
                                                             ^^^ <
Problem?
Where Jirka has (and the Javadocs
<http://java.sun.com/j2se/1.3/docs/api/java/util/Locale.html> call for):

Collator csCollator = Collator.getInstance(new Locale("cs", "cz"));

Try: 

Collator trCollator = Collator.getInstance(new Locale("tr", "TR"));

David 

-----Original Message-----
From: Togan Muftuoglu [mailto:[EMAIL PROTECTED]]

I have placed a modified (added Turkish) test document
http://toganm.tripod.com/misc/indexterm.002.xml and the following
http://toganm.tripod.com/misc/Compare_tr.java


Reply via email to