gst_plugins_base/gst-libs/gst/pbutils/pbutils.c
branchRCL_3
changeset 29 567bb019e3e3
parent 0 0e761a78d257
child 30 7e817e7e631c
--- a/gst_plugins_base/gst-libs/gst/pbutils/pbutils.c	Wed Mar 31 22:03:18 2010 +0300
+++ b/gst_plugins_base/gst-libs/gst/pbutils/pbutils.c	Tue Aug 31 15:30:33 2010 +0300
@@ -72,10 +72,6 @@
 # include "config.h"
 #endif
 
-#ifdef __SYMBIAN32__
-#include <gst_global.h>
-#endif
-
 #include "pbutils.h"
 
 #include "gst/gst-i18n-plugin.h"
@@ -109,6 +105,7 @@
   GST_DEBUG ("binding text domain %s to locale dir %s", GETTEXT_PACKAGE,
       LOCALEDIR);
   bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
+  bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
 #endif
 
   inited = TRUE;