tools/: add calls to bind_textdomain_codeset

Original commit message from CVS:
2004-03-02  Christophe Fergeau  <teuf@gnome.org>

* tools/gst-inspect.c: (main):
* tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
This commit is contained in:
Christophe Fergeau 2004-03-02 21:41:02 +00:00
parent 1c6814ff53
commit 4a20ac4ee6
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2004-03-02 Christophe Fergeau <teuf@gnome.org>
* tools/gst-inspect.c: (main):
* tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:

View file

@ -919,8 +919,8 @@ main (int argc, char *argv[])
POPT_TABLEEND
};
setlocale (LC_ALL, "");
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
gst_init_with_popt_table (&argc, &argv, options);

View file

@ -371,8 +371,8 @@ main(int argc, char *argv[])
free (malloc (8)); /* -lefence */
setlocale(LC_ALL, "");
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
gst_alloc_trace_set_flags_all (GST_ALLOC_TRACE_LIVE);