diff options
-rw-r--r-- | src/xine-utils/utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-utils/utils.c b/src/xine-utils/utils.c index cb072e99a..fa0c11dbe 100644 --- a/src/xine-utils/utils.c +++ b/src/xine-utils/utils.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: utils.c,v 1.45 2006/06/23 18:24:22 dsalt Exp $ + * $Id: utils.c,v 1.46 2006/07/21 04:47:17 dgp85 Exp $ * */ #define _POSIX_PTHREAD_SEMANTICS 1 /* for 5-arg getpwuid_r on solaris */ @@ -532,6 +532,7 @@ char *xine_get_system_encoding(void) { char *codeset = NULL; #ifdef HAVE_NL_LANGINFO + setlocale(LC_ALL, ""); codeset = nl_langinfo(CODESET); #endif /* |