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 654948 - Stop using deprecated g_unicode_canonical_decomposition()
Stop using deprecated g_unicode_canonical_decomposition()
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-07-20 08:39 UTC by Vincent Untz
Modified: 2011-07-20 17:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Stop using deprecated g_unicode_canonical_decomposition() (1.10 KB, patch)
2011-07-20 08:39 UTC, Vincent Untz
committed Details | Review

Description Vincent Untz 2011-07-20 08:39:44 UTC
The code is using the newly deprecated g_unicode_canonical_decomposition(), which creates a warning during the build. Using g_unichar_fully_decompose() fixes this.
Comment 1 Vincent Untz 2011-07-20 08:39:47 UTC
Created attachment 192277 [details] [review]
Stop using deprecated g_unicode_canonical_decomposition()
Comment 2 Matthias Clasen 2011-07-20 11:12:50 UTC
Review of attachment 192277 [details] [review]:

Looks good to me, thanks.
Comment 3 Vincent Untz 2011-07-20 17:43:25 UTC
Pushed.