summaryrefslogtreecommitdiffstats
path: root/sys/sunaudio/gstsunaudio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sunaudio/gstsunaudio.c')
-rw-r--r--sys/sunaudio/gstsunaudio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sunaudio/gstsunaudio.c b/sys/sunaudio/gstsunaudio.c
index bdf33716..b06bf152 100644
--- a/sys/sunaudio/gstsunaudio.c
+++ b/sys/sunaudio/gstsunaudio.c
@@ -49,6 +49,7 @@ plugin_init (GstPlugin * plugin)
#ifdef ENABLE_NLS
setlocale (LC_ALL, "");
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
+ bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
#endif /* ENABLE_NLS */
return TRUE;