GNOME Bugzilla – Bug 343464
Doesn't validate the locale of values of "Record from input".
Last modified: 2008-05-06 12:51:27 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.
Created attachment 66504 [details] Screenshot that show the invalid input text
I believe this is either GStreamer or alsa giving it those names, so reassigning to GStreamer, so it pushes UTF-8 data to us.
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?
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!