|
From: <rap...@us...> - 2004-01-06 01:14:48
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1:/tmp/cvs-serv2561/config Modified Files: config_linux Log Message: split screen blanking Index: config_linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/config_linux,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- config_linux 17 Dec 2003 14:55:47 -0000 1.66 +++ config_linux 6 Jan 2004 01:14:45 -0000 1.67 @@ -1055,7 +1055,7 @@ # # Native Language Support # -CONFIG_NLS_DEFAULT="iso8859-1" +CONFIG_NLS_DEFAULT="UTF-8" CONFIG_NLS_CODEPAGE_437=y # CONFIG_NLS_CODEPAGE_737 is not set # CONFIG_NLS_CODEPAGE_775 is not set @@ -1092,7 +1092,7 @@ CONFIG_NLS_ISO8859_15=y # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set -# CONFIG_NLS_UTF8 is not set +CONFIG_NLS_UTF8=y # # Console drivers |