Skip to main content



      Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Sorting order for index entries
Sorting order for index entries [message #492531] Tue, 20 October 2009 12:22 Go to next message
Eclipse UserFriend
Hi again,

We are using Eclipse help system to provide on-line help for our applications on non-Windows platforms. Except for English, we also provide help in Simplified Chinese/Japanese/German.

One problem we have with the help system is that the index terms are sorted in binary order of UTF8 characters. Preferably, the Chinese terms are sorted in PINYIN, the Japanese terms are sorted in YOMI. If that is hard to do, it is OK to sort them in their own Java locale. Is there a way to do this?

The way how we currently solve this problem (with eclipse 3.3.1) is to recompile org.eclipse.help and org.eclipse.help.webapp plugins and change the internal IndexComparater class to use Java collator.compare function.

Thanks in advance.
Re: Sorting order for index entries [message #493266 is a reply to message #492531] Fri, 23 October 2009 22:48 Go to previous message
Eclipse UserFriend
Have you tried Eclipse 3.5? There was a fix put in to use a better collator from com.ibm.icu.text. See

https://bugs.eclipse.org/bugs/show_bug.cgi?id=248079
Previous Topic:Eclipse help very slow to start on Suse 11.0
Next Topic:Cannot unzip eclipse-platform-3.2.1-win32.zip
Goto Forum:
  


Current Time: Wed Jul 16 14:10:21 EDT 2025

Powered by FUDForum. Page generated in 1.75865 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top