wok-next diff linux/stuff/linux-utf8-2.6.24.2.u @ rev 280
Linux: no more utf8 in vc
| author | Pascal Bellard <pascal.bellard@slitaz.org> |
|---|---|
| date | Mon Feb 25 23:24:33 2008 +0000 (2008-02-25) |
| parents | |
| children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/linux/stuff/linux-utf8-2.6.24.2.u Mon Feb 25 23:24:33 2008 +0000 1.3 @@ -0,0 +1,8 @@ 1.4 +--- linux-2.6.24.2/drivers/char/vt.c 1.5 ++++ linux-2.6.24.2/drivers/char/vt.c 1.6 +@@ -161,3 +161,3 @@ 1.7 + static int printable; /* Is console ready for printing? */ 1.8 +-int default_utf8 = true; 1.9 ++int default_utf8 = false; 1.10 + module_param(default_utf8, int, S_IRUGO | S_IWUSR); 1.11 +