[Webkit-unassigned] [Bug 27587] Searching for "=?UTF-8?Q?=E3=81=97?=" also finds "=?UTF-8?Q?=E3=81=98?="

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 11 11:56:47 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27587


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com




--- Comment #4 from Darin Adler <darin at apple.com>  2009-08-11 11:56:46 PDT ---
The matching is based on ICU. The folding is due to code in ICU. In the
released Safari 4 the behavior is the same no matter what the user’s locale is,
but in the TOT WebKit it respects the user’s locale choice so will work
differently for different users.

If we don’t like the behavior we can ask ICU to change its behavior, which in
some cases would mean changes to the Unicode specification, or we can add
workarounds to WebKit’s TextIterator class.

-- 
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