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 135110 - An UTF8 string was not converted to the current locale (again)
An UTF8 string was not converted to the current locale (again)
Status: RESOLVED FIXED
Product: gthumb
Classification: Other
Component: general
2.3.x
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2004-02-22 08:38 UTC by sdiconov
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
Locally fixes one instance of mishandled UTF-8 text. (938 bytes, patch)
2004-02-22 08:40 UTC, sdiconov
none Details | Review

Description sdiconov 2004-02-22 08:38:56 UTC
The "Camera not detected" string (line 685 in dlg-photo-importer.c) has to
be converted from UTF8 to the user's locale first in order to be readable.
Here is a patch that fixes it, but there can be more cases which I cannot
test because I lost my camera :( .
Comment 1 sdiconov 2004-02-22 08:40:10 UTC
Created attachment 24648 [details] [review]
Locally fixes one instance of mishandled UTF-8 text.
Comment 2 sdiconov 2004-02-22 08:41:42 UTC
Forgot to mention that other strings in the same dialog and the one in
dlg-camera.glade are drawn OK.
Comment 3 Paolo Bacchilega 2004-02-22 17:13:02 UTC
thank you.