2 # Native language support configuration
5 # msdos and Joliet want NLS
6 if [ "$CONFIG_JOLIET" = "y" -o "$CONFIG_FAT_FS" != "n" \
7 -o "$CONFIG_NTFS_FS" != "n" -o "$CONFIG_NCPFS_NLS" = "y" ]; then
8 define_bool CONFIG_NLS y
10 define_bool CONFIG_NLS n
13 if [ "$CONFIG_NLS" = "y" ]; then
14 mainmenu_option next_comment
15 comment 'Native Language Support'
16 tristate 'Codepage 437 (United States, Canada)' CONFIG_NLS_CODEPAGE_437
17 tristate 'Codepage 737 (Greek)' CONFIG_NLS_CODEPAGE_737
18 tristate 'Codepage 775 (Baltic Rim)' CONFIG_NLS_CODEPAGE_775
19 tristate 'Codepage 850 (Europe)' CONFIG_NLS_CODEPAGE_850
20 tristate 'Codepage 852 (Central/Eastern Europe)' CONFIG_NLS_CODEPAGE_852
21 tristate 'Codepage 855 (Cyrillic)' CONFIG_NLS_CODEPAGE_855
22 tristate 'Codepage 857 (Turkish)' CONFIG_NLS_CODEPAGE_857
23 tristate 'Codepage 860 (Portugese)' CONFIG_NLS_CODEPAGE_860
24 tristate 'Codepage 861 (Icelandic)' CONFIG_NLS_CODEPAGE_861
25 tristate 'Codepage 862 (Hebrew)' CONFIG_NLS_CODEPAGE_862
26 tristate 'Codepage 863 (Canadian French)' CONFIG_NLS_CODEPAGE_863
27 tristate 'Codepage 864 (Arabic)' CONFIG_NLS_CODEPAGE_864
28 tristate 'Codepage 865 (Norwegian, Danish)' CONFIG_NLS_CODEPAGE_865
29 tristate 'Codepage 866 (Cyrillic/Russian)' CONFIG_NLS_CODEPAGE_866
30 tristate 'Codepage 869 (Greek)' CONFIG_NLS_CODEPAGE_869
31 tristate 'Codepage 874 (Thai)' CONFIG_NLS_CODEPAGE_874
32 tristate 'NLS ISO 8859-1 (Latin 1; Western European Languages)' CONFIG_NLS_ISO8859_1
33 tristate 'NLS ISO 8859-2 (Latin 2; Slavic/Central European Languages)' CONFIG_NLS_ISO8859_2
34 tristate 'NLS ISO 8859-3 (Latin 3; Esperanto, Galician, Maltese, Turkish)' CONFIG_NLS_ISO8859_3
35 tristate 'NLS ISO 8859-4 (Latin 4; Estonian, Latvian, Lithuanian)' CONFIG_NLS_ISO8859_4
36 tristate 'NLS ISO 8859-5 (Cyrillic)' CONFIG_NLS_ISO8859_5
37 tristate 'NLS ISO 8859-6 (Arabic)' CONFIG_NLS_ISO8859_6
38 tristate 'NLS ISO 8859-7 (Modern Greek)' CONFIG_NLS_ISO8859_7
39 tristate 'NLS ISO 8859-8 (Hebrew)' CONFIG_NLS_ISO8859_8
40 tristate 'NLS ISO 8859-9 (Latin 5; Turkish)' CONFIG_NLS_ISO8859_9
41 tristate 'NLS ISO 8859-14 (Latin 8; Celtic)' CONFIG_NLS_ISO8859_14
42 tristate 'NLS ISO 8859-15 (Latin 9; Western European Languages with Euro)' CONFIG_NLS_ISO8859_15
43 tristate 'NLS KOI8-R (Russian)' CONFIG_NLS_KOI8_R