Bug 48056

Summary: [GTK] Implement strength level in search algorithm when using glib unicode
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: d-r
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 34247    

Description Carlos Garcia Campos 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.
Comment 1 Dominik Röttsches (drott) 2013-02-13 04:15:26 PST
GLib backend is gone per bug 109627, closing.