From 800a381129a6cab50a63be9491b469532a653730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 9 Jan 2011 05:40:25 +0100 Subject: Call bind_textdomain_codeset(). --- src/logdiag.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/logdiag.c b/src/logdiag.c index 9752978..18ea843 100644 --- a/src/logdiag.c +++ b/src/logdiag.c @@ -2,7 +2,7 @@ * logdiag.c -- logdiag main source file. * * This file is a part of logdiag. - * Copyright Přemysl Janouch 2010. All rights reserved. + * Copyright Přemysl Janouch 2010 - 2011. All rights reserved. * * See the file LICENSE for licensing information. * @@ -24,6 +24,7 @@ main (int argc, char *argv[]) setlocale (LC_ALL, ""); bindtextdomain (GETTEXT_DOMAIN, GETTEXT_DIRNAME); + bind_textdomain_codeset (GETTEXT_DOMAIN, "UTF-8"); textdomain (GETTEXT_DOMAIN); #endif -- cgit v1.2.3