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 374734 - iconv API replacement tracker bug
iconv API replacement tracker bug
Status: RESOLVED WONTFIX
Product: evolution-data-server
Classification: Platform
Component: Mailer
unspecified
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-11-13 16:05 UTC by Philip Van Hoof
Modified: 2006-11-13 16:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The patch that replaces the most important API calls (13.88 KB, patch)
2006-11-13 16:05 UTC, Philip Van Hoof
none Details | Review

Description Philip Van Hoof 2006-11-13 16:05:00 UTC
This is a tracker bug for replacing the e_iconv* API with g_iconv*. I will attach a patch.
Comment 1 Philip Van Hoof 2006-11-13 16:05:37 UTC
Created attachment 76493 [details] [review]
The patch that replaces the most important API calls
Comment 2 Philip Van Hoof 2006-11-13 16:06:26 UTC
Note that e_iconv_open survives a from=NULL and a to=NULL parameter. It looks like the g_iconv_open API doesn't like that. So some testing is indeed needed.
Comment 3 Jeffrey Stedfast 2006-11-13 16:14:25 UTC
you cannot do this replacement because e-iconv uses MIME charset names while g-iconv does not support them.