wok-4.x diff linux/stuff/linux-utf8-2.6.29.3.u @ rev 3611
glibc: fix genpkg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 29 11:40:12 2009 +0200 (2009-06-29) |
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.29.3.u Mon Jun 29 11:40:12 2009 +0200 1.3 @@ -0,0 +1,8 @@ 1.4 +--- linux-2.6.29.3/drivers/char/vt.c 1.5 ++++ linux-2.6.29.3/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 +