From 96cd1d20a6b1d5d6150d3e76b36c104149776f3c Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Sun, 8 Apr 2012 00:56:06 +0200 Subject: Set console default encoding to UTF-8 * console.c (DEFAULT_ENCODING): Set to UTF-8. --- console/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console') diff --git a/console/console.c b/console/console.c index 0b1f42c4..cf208cff 100644 --- a/console/console.c +++ b/console/console.c @@ -59,7 +59,7 @@ int netfs_maxsymlinks = 16; /* Arbitrary. */ /* Handy source of time. */ volatile struct mapped_time_value *console_maptime; -#define DEFAULT_ENCODING "ISO-8859-1" +#define DEFAULT_ENCODING "UTF-8" #define DEFAULT_INTENSITY CONS_ATTR_INTENSITY_NORMAL #define DEFAULT_UNDERLINED 0 #define DEFAULT_BLINKING 0 -- cgit v1.2.3