[MPlayer-dev-eng] [PATCH] Allow gmplayer the use of non-UTF-8 filename encoding

Ingo Brueckl ib at wupperonline.de
Sun Dec 19 22:30:09 CET 2010


Reimar Döffinger wrote on Sun, 19 Dec 2010 21:49:48 +0100:

> Also, does restoring the old locale this way actually work?
> LC_ALL modifies multiple locale settings, do they all get
> restored correctly

Didn't you tell me that allowing gtk to call setlocale(LC_ALL, "") "breaks
MPLayer left and right"? So the locale during runtime should be "C" anyway.
(Perhaps setlocale(LC_ALL, "C") should be used to restore to make it clear?)

> Are you sure that gtk_clist_append makes a copy if the string?

I didn't change the use of the string for gtk_clist_append. It does with the
string what it did prior to the patch.


More information about the MPlayer-dev-eng mailing list