gst_plugins_base/gst-libs/gst/pbutils/pbutils.c
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
--- a/gst_plugins_base/gst-libs/gst/pbutils/pbutils.c	Tue Aug 31 15:30:33 2010 +0300
+++ b/gst_plugins_base/gst-libs/gst/pbutils/pbutils.c	Wed Sep 01 12:16:41 2010 +0100
@@ -72,6 +72,10 @@
 # include "config.h"
 #endif
 
+#ifdef __SYMBIAN32__
+#include <gst_global.h>
+#endif
+
 #include "pbutils.h"
 
 #include "gst/gst-i18n-plugin.h"
@@ -105,7 +109,6 @@
   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;