[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Subject: RE: DOCBOOK-APPS: 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
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Powered by eList eXpress LLC