blob: 663e21bd311e99cf23d2f196a1947adc7c3be64a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
2006-08-26 Michael Banck <mbanck@debian.org>
* console.c (DEFAULT_ENCODING): Set to UTF-8.
---
console/console.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/console/console.c
+++ b/console/console.c
@@ -58,7 +58,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
|