diff options
-rw-r--r-- | console/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |