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 419512 - Invalid UTF-8 in error dialog
Invalid UTF-8 in error dialog
Status: RESOLVED FIXED
Product: sound-juicer
Classification: Applications
Component: general
2.16.x
Other Linux
: Normal normal
: ---
Assigned To: Sound Juicer Maintainers
Sound Juicer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-17 21:30 UTC by Pascal Terjan
Modified: 2007-05-29 21:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
Convert the string to utf8 before using it (1.12 KB, patch)
2007-03-17 21:30 UTC, Pascal Terjan
committed Details | Review

Description Pascal Terjan 2007-03-17 21:30:14 UTC
(sound-juicer:12415): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Erreur à la ligne 4 caractère 27 : Texte codé en UTF-8 non valide

(sound-juicer:12415): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
Comment 1 Pascal Terjan 2007-03-17 21:30:59 UTC
Created attachment 84791 [details] [review]
Convert the string to utf8 before using it
Comment 2 Ross Burton 2007-03-20 09:40:08 UTC
Committed, thanks.