summaryrefslogtreecommitdiff
path: root/debian/patches/console_utf-8.patch
blob: 2d292f4277f44a4db9196d7bdfb442b52bb0c1e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2006-08-26  Michael Banck  <mbanck@debian.org>

        * console.c (DEFAULT_ENCODING): Set to UTF-8.

--- hurd/console/console.c.orig	2006-08-26 00:48:56.000000000 +0200
+++ hurd/console/console.c	2006-08-26 00:49:19.000000000 +0200
@@ -55,7 +55,7 @@
 /* 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