[MPlayer-dev-eng] [PATCH] Allow gmplayer the use of non-UTF-8 filename encoding
Ingo Brueckl
ib at wupperonline.de
Sun Dec 19 13:56:38 CET 2010
Reimar Döffinger wrote on Sun, 19 Dec 2010 13:06:38 +0100:
> The gtk_disable_setlocale is there for a _very, very_ good reason.
> If you remove it MPlayer will break left and right, you will be unable
> to use almost all filters etc. pp.
I could try whether a "surrounding" of
setlocale(LC_ALL, "");
// ... utf8 stuff here
setlocale(LC_ALL, "C");
would work in all the patched functions if gtk_disable_setlocale is the only
issue.
More information about the MPlayer-dev-eng
mailing list