[MPlayer-dev-eng] mms patch
Alex Beregszaszi
alex at fsn.hu
Sat Jun 26 11:44:13 CEST 2004
Hi,
> the patch only affects the file asf_mmst_streaming.c.
> There are three changes.
> The first one:
> - url_conv = iconv_open("UTF-16LE",setlocale(LC_CTYPE, NULL));
> + url_conv = iconv_open("UTF-16LE",nl_langinfo(CODESET));
> this solve the problem with multi-byte url, especially for CJK users.
> setlocale(LC_CTYPE, NULL)) returns something likes "zh_CN.GBK", while
> charset should be like "GBK".
Commited support for this, please test and report ASAP!
--
Alex Beregszaszi e-mail: alex at fsn.hu
Free Software Network cell: +36 70 3144424
More information about the MPlayer-dev-eng
mailing list