To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=54739
------- Additional comments from [EMAIL PROTECTED] Tue Mar 21 23:35:07 -0800 2006 ------- We do use ICU collator to sort index entry. IndexKey field in locale data is to generate index key from index entry. For example, index entry ==> index key About ==> A Cat ==> C clear == > C Collator does not generate index key, but sort index entry. You have to tell me how to generate index key from index entry. For the attached example, index section is as below, Alphabetical Index จ จอย 1 ส สมชัย 1 เ เจมส์ 1 เสรี 1 After applying the fix, it becomes, Alphabetical Index จ จอย 1 เจมส์ 1 ส สมชัย 1 เสรี 1 Does it make sense? --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
