wok annotate linux/stuff/linux-utf8-2.6.29.3.u @ rev 3777
Add: python-beaker python-mako python-nose python-pylons python-routes python-tempita python-weberror python-webob python-webhelpers python-webtest
author | Julien Rabier <taziden@slitaz.org> |
---|---|
date | Thu Jul 30 16:35:54 2009 +0200 (2009-07-30) |
parents | |
children |
rev | line source |
---|---|
pascal@2990 | 1 --- linux-2.6.29.3/drivers/char/vt.c |
pascal@2990 | 2 +++ linux-2.6.29.3/drivers/char/vt.c |
pascal@2990 | 3 @@ -161,3 +161,3 @@ |
pascal@2990 | 4 static int printable; /* Is console ready for printing? */ |
pascal@2990 | 5 -int default_utf8 = true; |
pascal@2990 | 6 +int default_utf8 = false; |
pascal@2990 | 7 module_param(default_utf8, int, S_IRUGO | S_IWUSR); |
pascal@2990 | 8 |