wok diff linux/stuff/linux-utf8-2.6.29.3.u @ rev 3347

Up: mjpegtools (1.9.0) - Fix build and remove libiconv dep
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jun 11 16:37:35 2009 +0200 (2009-06-11)
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	Thu Jun 11 16:37:35 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 +