GNOME Bugzilla – Bug 423268
normalize strings before searching
Last modified: 2018-05-22 12:44:38 UTC
Strings should be normalized with g_utf8_normalize() and G_NORMALIZE_DEFAULT before strcmp(), or g_utf8_collate() could be used instead of strcmp(). For example searching for "dégradés" in the French Gimp manual finds matches. But if composed equivalent sequences are used, like "dégradés", no match is found. Yet these are the same for the User and are canonically equivalent for Unicode.
blocks meta bug 423036
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/yelp/issues/29.