GNOME Bugzilla – Bug 421064
find/search doesn't normalize
Last modified: 2009-10-13 20:25:53 UTC
When searching for text on a webpage precomposed characters are not found/search as their equivalent characters in Unicode. Example: - a page has "école" that's with <U+00E9 LATIN SMALL LETTER E WITH ACUTE>. - search for "é" <U+0065 LATIN SMALL LETTER E;U+0301 COMBINING ACUTE ACCENT> Result, "école" is not a match yet "é" should match "é"
opened https://bugzilla.mozilla.org/show_bug.cgi?id=374795 since the find function is in mozilla code.
Is this still relevant with the Webkit backend?
This was fixed in Webkit. https://bugs.webkit.org/show_bug.cgi?id=22247