https://bugs.documentfoundation.org/show_bug.cgi?id=130603

V Stuart Foote <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=12
                   |                            |0119
             Status|UNCONFIRMED                 |NEW
                 CC|                            |libreoffice-ux-advise@lists
                   |                            |.freedesktop.org,
                   |                            |[email protected]
     Ever confirmed|0                           |1
           Keywords|                            |needsUXEval

--- Comment #1 from V Stuart Foote <[email protected]> ---
Confirmed.

But by design. IIUC the search engine for the Find toolbar uses the ICU lib
transformation to make search insensitive to diacritic markings (e.g. tilde,
acute, caron, etc.) meaning the Find toolbar search will return both 'ene' and
'eñe' of Spanish scripts as they are treated as the same base for Unicode
search.

This was a design decision to keep the <Ctrl>+F find bar lightweight, and
applies equally to all scripts and locales.

The more robust 'Find & Replace' dialog provides the 'Diacritic-sensitive'
checkbox. It is enabled by default for all locales, and the search with ICU
libs does not combine the codepoints. Search for specific glyphs (U+00D1 LATIN
CAPITAL LETTER N WITH TILDE), or (U+00F1 LATIN SMALL LETTER N WITH TILDE)
succeeds.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to