WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
Bug 48056
[GTK] Implement strength level in search algorithm when using glib unicode
https://bugs.webkit.org/show_bug.cgi?id=48056
Summary
[GTK] Implement strength level in search algorithm when using glib unicode
Carlos Garcia Campos
Reported
2010-10-21 03:14:21 PDT
See
http://www.unicode.org/reports/tr10/#Searching
When doing a case insensitive search, comparing strings with foldCase is not enough to get the same results as ICU. ICU uses the primary level strength when the search mode is not case sensitive, this means that depending on the current locale some accented characters match to its not accented version. For example in Spanish "á" matches against "a", in German "ß" matches against "ss", in Danish "aa" matches "å", etc. This makes some tests like fast/encoding/find-russian fail.
Attachments
Add attachment
proposed patch, testcase, etc.
Dominik Röttsches (drott)
Comment 1
2013-02-13 04:15:26 PST
GLib backend is gone per
bug 109627
, closing.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug