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 343464 - Doesn't validate the locale of values of "Record from input".
Doesn't validate the locale of values of "Record from input".
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-31 02:22 UTC by Germán Poo-Caamaño
Modified: 2008-05-06 12:51 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Screenshot that show the invalid input text (25.57 KB, image/png)
2006-05-31 02:24 UTC, Germán Poo-Caamaño
Details

Description Germán Poo-Caamaño 2006-05-31 02:22:30 UTC
If I set the locale to es_ES and I open gnome-sound-recorder, I get a lot of warnings complaining about UTF-8 violation. For instance:

(gnome-sound-recorder:15672): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

This is because the combobox is filled with data that it is not in UTF-8.  This data is not translatable in gnome-media.  So, it depends of an external program or library and it should be converted from locale to UTF-8.
Comment 1 Germán Poo-Caamaño 2006-05-31 02:24:27 UTC
Created attachment 66504 [details]
Screenshot that show the invalid input text
Comment 2 Bastien Nocera 2007-09-06 20:08:21 UTC
I believe this is either GStreamer or alsa giving it those names, so reassigning to GStreamer, so it pushes UTF-8 data to us.
Comment 3 Tim-Philipp Müller 2008-01-10 16:37:53 UTC
Hmm, this works fine for me (with gst-plugins-base + gnome-sound-recorder from CVS and LANG=es_ES.UTF-8). I wonder where the non-UTF8 comes from, maybe we're getting ISO-8859-1 or so from alsa somehow?

Could you do:

 $ export GST_DEBUG_NO_COLOR=1
 $ GST_DEBUG=*:5 gnome-sound-recorder 2>dbg.log
 $ gzip dbg.log

and attach dbg.log.gz?
Comment 4 Sebastian Dröge (slomo) 2008-05-06 12:51:27 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!