[Webkit-unassigned] [Bug 65994] FindInPage (Ctrl+F) for "=?UTF-8?Q?=E2=89=A0?=" also returns "="
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 10 13:45:49 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65994
Jungshik Shin <jshin at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|PC |All
OS/Version|Linux |All
Status|UNCONFIRMED |NEW
Keywords| |InChromiumBugs
CC| |jshin at chromium.org
Ever Confirmed|0 |1
--- Comment #1 from Jungshik Shin <jshin at chromium.org> 2011-08-10 13:45:49 PST ---
This is interesting. It's because U+260 is canonically equivalent to U+003D followed by U+0338 (combining long slash overlay).
A ticket is being filed against the CLDR to give a primary weight to U+0338 in the search collator. I'll add a reference to that ticket once it's filed.
This will affect all ports that use ICU/CLDR (Safari, Chrome, Android, etc).
We can special-case U+0338 in WebCore, but ....
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list