wok-current diff linux/stuff/linux-utf8-2.6.29.3.u @ rev 4191
tightvnc: update BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 23 16:02:06 2009 +0200 (2009-09-23) |
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 Wed Sep 23 16:02:06 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 +