GNOME Bugzilla – Bug 654948
Stop using deprecated g_unicode_canonical_decomposition()
Last modified: 2011-07-20 17:43:31 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.
Created attachment 192277 [details] [review] Stop using deprecated g_unicode_canonical_decomposition()
Review of attachment 192277 [details] [review]: Looks good to me, thanks.
Pushed.