After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 423268 - normalize strings before searching
normalize strings before searching
Status: RESOLVED OBSOLETE
Product: yelp
Classification: Applications
Component: Search
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks: 423036
 
 
Reported: 2007-03-27 08:36 UTC by Denis Jacquerye
Modified: 2018-05-22 12:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Denis Jacquerye 2007-03-27 08:36:08 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.
Comment 1 Denis Jacquerye 2007-03-27 08:36:22 UTC
blocks meta bug 423036
Comment 2 GNOME Infrastructure Team 2018-05-22 12:44:38 UTC
-- 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.