mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
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:
parent
1c6814ff53
commit
4a20ac4ee6
3 changed files with 7 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue