GNOME Bugzilla – Bug 147969
LADSPA plugin should sanitize the info from the .so's to valid UTF-8
Last modified: 2004-12-22 21:47:04 UTC
1) install a properly translated ladspa package (The Debian blop package triggers it) 2) login as user that can modify the registry 3) run LC_ALL="de_DE@euro" gst-register on debian, or LC_ALL=de_DE gst-register on FC 4) inspect the registry for the blop plugins.
2004-07-19 Benjamin Otte <otte@gnome.org> * ext/ladspa/gstladspa.c: (gst_ladspa_base_init): make sure longname, description and author are valid UTF-8 Was already fixed.