summaryrefslogtreecommitdiff
path: root/console
diff options
context:
space:
mode:
authorMichael Banck <mbanck@debian.org>2012-04-08 00:56:06 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-08 00:56:39 +0200
commit96cd1d20a6b1d5d6150d3e76b36c104149776f3c (patch)
tree6e885d81f78e43f9069709221aafc1a09cd3e848 /console
parent626938db2e8cf5feb28dcaff9239c446d755f8bf (diff)
Set console default encoding to UTF-8
* console.c (DEFAULT_ENCODING): Set to UTF-8.
Diffstat (limited to 'console')
-rw-r--r--console/console.c2
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