patch-2.2.16 linux/fs/nls/Config.in

Next file: linux/fs/nls/Makefile
Previous file: linux/fs/nfs/inode.c
Back to the patch index
Back to the overall index

diff -urN v2.2.15/linux/fs/nls/Config.in linux/fs/nls/Config.in
@@ -13,6 +13,7 @@
 if [ "$CONFIG_NLS" = "y" ]; then
   mainmenu_option next_comment
   comment 'Native Language Support'
+  string 'Default NLS Option' CONFIG_NLS_DEFAULT "cp437"
   tristate 'Codepage 437 (United States, Canada)'  CONFIG_NLS_CODEPAGE_437
   tristate 'Codepage 737 (Greek)'                  CONFIG_NLS_CODEPAGE_737
   tristate 'Codepage 775 (Baltic Rim)'             CONFIG_NLS_CODEPAGE_775
@@ -29,6 +30,10 @@
   tristate 'Codepage 866 (Cyrillic/Russian)'       CONFIG_NLS_CODEPAGE_866
   tristate 'Codepage 869 (Greek)'                  CONFIG_NLS_CODEPAGE_869
   tristate 'Codepage 874 (Thai)'                   CONFIG_NLS_CODEPAGE_874
+  tristate 'Codepage 932 (Shift-JIS)'              CONFIG_NLS_CODEPAGE_932
+  tristate 'Codepage 936 (GBK)'                    CONFIG_NLS_CODEPAGE_936
+  tristate 'Codepage 949 (UnifiedHangul)'          CONFIG_NLS_CODEPAGE_949
+  tristate 'Codepage 950 (Big5)'                   CONFIG_NLS_CODEPAGE_950
   tristate 'NLS ISO 8859-1  (Latin 1; Western European Languages)' CONFIG_NLS_ISO8859_1
   tristate 'NLS ISO 8859-2  (Latin 2; Slavic/Central European Languages)' CONFIG_NLS_ISO8859_2
   tristate 'NLS ISO 8859-3  (Latin 3; Esperanto, Galician, Maltese, Turkish)' CONFIG_NLS_ISO8859_3

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)