https://issues.apache.org/ooo/show_bug.cgi?id=75769

allez_les_lions <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from allez_les_lions <[email protected]> ---
(In reply to Edwin Sharp from comment #5)
> attachment has only word ecole twice... ?

Yes. However, one occurrence uses a precomposed character, the other uses
combining diacritics (two Unicode characters that are canonically equivalent to
the precomposed character). As it currently stands, a search will only ever
find one of the occurrences (either the precomposed or composed version,
depending on whether you use a precomposed character in your search string, or
compose it with combining diacritics). According to Unicode standards, strings
should be normalized so that precomposed and composed strings are canonically
equivalent. So, according to Unicode standards, searching using either a
precomposed or composed characters should find both occurrences in the sample
document. This isn't the case in OpenOffice, though.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

Reply via email to