wok-6.x
view linux/stuff/linux-utf8-2.6.29.3.u @ rev 3075
clamav: We dont need libiconv (dont disable but use iconv() from glibc
author |
Christophe Lincoln <pankso@slitaz.org> |
date |
Fri May 15 03:34:46 2009 +0200 (2009-05-15) |
parents |
|
children |
|
line source
1 --- linux-2.6.29.3/drivers/char/vt.c
2 +++ linux-2.6.29.3/drivers/char/vt.c
4 static int printable; /* Is console ready for printing? */
5 -int default_utf8 = true;
6 +int default_utf8 = false;
7 module_param(default_utf8, int, S_IRUGO | S_IWUSR);