To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=45139





------- Additional comments from [EMAIL PROTECTED] Tue Apr 19 18:38:30 -0700 
2005 -------
This is a regression bug. The given character list is sorted correctly in SO7. 

In SO7, we use tailoring mechanism defined for version 2.1. But since we could
not pass the version number to ICU collator construct which uses collator rule
image, it failed on comparing Hanja characters (issue i25642), 

We fixed i25642 by changing collation rule to version 1.1, it works fine for all
Hanja and Hangul characters we defined in the rule, but unfortunatly the rule
does not contain all hangul characters, which causes those hangul characters
undefined by the rule are not sorted correctly.

Solution 1 to fix this problem is to include all hangul characters in the rule.

Solution 2 is to use ICU default collator for Korean locale. I examined the rule
data in ICU for Korean, they are very similar to ko_dict.txt, which is for
Korean Dictionary sorting.

I prefer Solution 2. The risk for this fix is low. I have tested to use ICU ko
collator, it works fine for both cases described above.

Thx,

This bug may be qualified for showstop, since it is regression bug.

Karl.

---------------------------------------------------------------------
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]

Reply via email to