This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Sorting and non-en_US indexes


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:toganm@users.sourceforge.net]

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]