wok-6.x annotate linux/stuff/linux-utf8-2.6.30.6.u @ rev 4972
add/improve TAGS r* receipts
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Wed Feb 24 11:44:49 2010 +0000 (2010-02-24) |
parents | |
children |
rev | line source |
---|---|
pankso@4056 | 1 --- linux-2.6.29.3/drivers/char/vt.c |
pankso@4056 | 2 +++ linux-2.6.29.3/drivers/char/vt.c |
pankso@4056 | 3 @@ -161,3 +161,3 @@ |
pankso@4056 | 4 static int printable; /* Is console ready for printing? */ |
pankso@4056 | 5 -int default_utf8 = true; |
pankso@4056 | 6 +int default_utf8 = false; |
pankso@4056 | 7 module_param(default_utf8, int, S_IRUGO | S_IWUSR); |
pankso@4056 | 8 |