To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43395
User khong changed the following:
What |Old value |New value
================================================================================
Assigned to|er |khong
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Mar 15 14:33:30 -0800
2005 -------
In current implemetation, we use CaseFolding table from Unicode 3.1, which has
following line for these 4 letters folding,
0049; C; 0069; # LATIN CAPITAL LETTER I
....
0130; I; 0069; # LATIN CAPITAL LETTER I WITH DOT ABOVE
0131; I; 0069; # LATIN SMALL LETTER DOTLESS I
They all fold to 'i'.
In latest Unicode 4.0.1,
http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
The above lines are updated,
0130; F; 0069 0307; # LATIN CAPITAL LETTER I WITH DOT ABOVE
0130; T; 0069; # LATIN CAPITAL LETTER I WITH DOT ABOVE
and Ä ('i' without dot) no longer fold to 'i'.
One way to fix this problem is to update the table we used, and we have to
maintain this table whenever it is updated.
Another way is to use icu, which provide a class to do folding. In ICU 3.2, it
uses the table from Unicode 4.0.1.
I will change the code to use icu class in next release when we update icu to
3.2.
---------------------------------------------------------------------
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]