From c5d4c361213bfe40c57ee591acadfe86b7568b81 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Fri, 27 Aug 2010 15:16:44 +0000 Subject: Reintroduce using user's locale --- vchat-client.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vchat-client.c') diff --git a/vchat-client.c b/vchat-client.c index c6fa34d..352530e 100755 --- a/vchat-client.c +++ b/vchat-client.c @@ -446,6 +446,8 @@ main (int argc, char **argv) int pchar; int cmdsunparsed = 1; + setlocale(LC_ALL,""); + loadconfig (GLOBAL_CONFIG_FILE); loadconfig (getstroption (CF_CONFIGFILE)); -- cgit v1.2.3