diff options
author | Michael Banck <mbanck@debian.org> | 2012-04-08 00:56:06 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-04-08 00:56:39 +0200 |
commit | 96cd1d20a6b1d5d6150d3e76b36c104149776f3c (patch) | |
tree | 6e885d81f78e43f9069709221aafc1a09cd3e848 | |
parent | 626938db2e8cf5feb28dcaff9239c446d755f8bf (diff) |
Set console default encoding to UTF-8
* console.c (DEFAULT_ENCODING): Set to UTF-8.
-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 |