[MPlayer-dev-eng] [PATCH] localize with gettext (libintl)

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Thu Nov 30 11:05:10 CET 2006


Hello,
On Thu, Nov 30, 2006 at 02:08:41AM +0100, ?tv?s Attila wrote:
> setlocale(LC_MESSAGES,"");
> bindtextdomain(...)
> textdomain(..)
> bind_textdomain_codeset("mplayer",mp_msg_charset);

Still wrong, gettext should/must be done before iconv conversion, thus
it must be in the format of the current internal messages, not the
terminal. This is esp. true since we might want to support e.g.
displaying strings on OSD or similar in the future.

Greetings,
Reimar Döffinger



More information about the MPlayer-dev-eng mailing list