^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) # Native language support configuration
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) menuconfig NLS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) tristate "Native language support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) The base Native Language Support. A number of filesystems
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) depend on it (e.g. FAT, JOLIET, NT, BEOS filesystems), as well
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) as the ability of some filesystems to use native languages
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) (NCP, SMB).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) If unsure, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) To compile this code as a module, choose M here: the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) will be called nls_base.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) if NLS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) config NLS_DEFAULT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) string "Default NLS Option"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) default "iso8859-1"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) The default NLS used when mounting file system. Note, that this is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) the NLS used by your console, not the NLS used by a specific file
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) system (if different) to store data (filenames) on a disk.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) Currently, the valid values are:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) big5, cp437, cp737, cp775, cp850, cp852, cp855, cp857, cp860, cp861,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) cp862, cp863, cp864, cp865, cp866, cp869, cp874, cp932, cp936,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) cp949, cp950, cp1251, cp1255, euc-jp, euc-kr, gb2312, iso8859-1,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) iso8859-2, iso8859-3, iso8859-4, iso8859-5, iso8859-6, iso8859-7,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) iso8859-8, iso8859-9, iso8859-13, iso8859-14, iso8859-15,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) koi8-r, koi8-ru, koi8-u, sjis, tis-620, macroman, utf8.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) If you specify a wrong value, it will use the built-in NLS;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) compatible with iso8859-1.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) If unsure, specify it as "iso8859-1".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) config NLS_CODEPAGE_437
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) tristate "Codepage 437 (United States, Canada)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) native language character sets. These character sets are stored
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) in so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) say Y here if you want to include the DOS codepage that is used in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) the United States and parts of Canada. This is recommended.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) config NLS_CODEPAGE_737
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) tristate "Codepage 737 (Greek)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56) native language character sets. These character sets are stored
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) in so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61) say Y here if you want to include the DOS codepage that is used for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62) Greek. If unsure, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 63)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 64) config NLS_CODEPAGE_775
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 65) tristate "Codepage 775 (Baltic Rim)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 66) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 67) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 68) native language character sets. These character sets are stored
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 69) in so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 70) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 71) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 72) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 73) say Y here if you want to include the DOS codepage that is used
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 74) for the Baltic Rim Languages (Latvian and Lithuanian). If unsure,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 75) say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 76)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 77) config NLS_CODEPAGE_850
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 78) tristate "Codepage 850 (Europe)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 79) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 80) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 81) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 82) so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 83) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 84) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 85) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 86) say Y here if you want to include the DOS codepage that is used for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 87) much of Europe -- United Kingdom, Germany, Spain, Italy, and [add
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 88) more countries here]. It has some characters useful to many European
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 89) languages that are not part of the US codepage 437.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 90)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 91) If unsure, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 92)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 93) config NLS_CODEPAGE_852
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 94) tristate "Codepage 852 (Central/Eastern Europe)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 95) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 96) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 97) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 98) so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 99) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 100) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 101) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 102) say Y here if you want to include the Latin 2 codepage used by DOS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 103) for much of Central and Eastern Europe. It has all the required
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 104) characters for these languages: Albanian, Croatian, Czech, English,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 105) Finnish, Hungarian, Irish, German, Polish, Romanian, Serbian (Latin
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 106) transcription), Slovak, Slovenian, and Sorbian.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 107)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 108) config NLS_CODEPAGE_855
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 109) tristate "Codepage 855 (Cyrillic)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 110) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 111) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 112) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 113) so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 114) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 115) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 116) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 117) say Y here if you want to include the DOS codepage for Cyrillic.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 118)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 119) config NLS_CODEPAGE_857
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 120) tristate "Codepage 857 (Turkish)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 121) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 122) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 123) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 124) so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 125) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 126) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 127) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 128) say Y here if you want to include the DOS codepage for Turkish.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 129)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 130) config NLS_CODEPAGE_860
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 131) tristate "Codepage 860 (Portuguese)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 132) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 133) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 134) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 135) so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 136) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 137) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 138) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 139) say Y here if you want to include the DOS codepage for Portuguese.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 140)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 141) config NLS_CODEPAGE_861
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 142) tristate "Codepage 861 (Icelandic)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 143) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 144) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 145) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 146) so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 147) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 148) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 149) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 150) say Y here if you want to include the DOS codepage for Icelandic.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 151)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 152) config NLS_CODEPAGE_862
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 153) tristate "Codepage 862 (Hebrew)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 154) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 155) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 156) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 157) so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 158) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 159) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 160) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 161) say Y here if you want to include the DOS codepage for Hebrew.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 162)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 163) config NLS_CODEPAGE_863
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 164) tristate "Codepage 863 (Canadian French)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 165) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 166) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 167) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 168) so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 169) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 170) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 171) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 172) say Y here if you want to include the DOS codepage for Canadian
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 173) French.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 174)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 175) config NLS_CODEPAGE_864
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 176) tristate "Codepage 864 (Arabic)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 177) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 178) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 179) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 180) so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 181) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 182) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 183) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 184) say Y here if you want to include the DOS codepage for Arabic.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 185)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 186) config NLS_CODEPAGE_865
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 187) tristate "Codepage 865 (Norwegian, Danish)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 188) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 189) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 190) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 191) so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 192) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 193) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 194) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 195) say Y here if you want to include the DOS codepage for the Nordic
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 196) European countries.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 197)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 198) config NLS_CODEPAGE_866
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 199) tristate "Codepage 866 (Cyrillic/Russian)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 200) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 201) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 202) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 203) so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 204) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 205) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 206) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 207) say Y here if you want to include the DOS codepage for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 208) Cyrillic/Russian.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 209)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 210) config NLS_CODEPAGE_869
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 211) tristate "Codepage 869 (Greek)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 212) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 213) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 214) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 215) so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 216) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 217) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 218) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 219) say Y here if you want to include the DOS codepage for Greek.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 220)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 221) config NLS_CODEPAGE_936
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 222) tristate "Simplified Chinese charset (CP936, GB2312)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 223) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 224) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 225) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 226) so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 227) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 228) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 229) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 230) say Y here if you want to include the DOS codepage for Simplified
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 231) Chinese(GBK).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 232)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 233) config NLS_CODEPAGE_950
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 234) tristate "Traditional Chinese charset (Big5)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 235) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 236) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 237) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 238) so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 239) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 240) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 241) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 242) say Y here if you want to include the DOS codepage for Traditional
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 243) Chinese(Big5).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 244)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 245) config NLS_CODEPAGE_932
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 246) tristate "Japanese charsets (Shift-JIS, EUC-JP)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 247) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 248) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 249) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 250) so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 251) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 252) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 253) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 254) say Y here if you want to include the DOS codepage for Shift-JIS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 255) or EUC-JP. To use EUC-JP, you can use 'euc-jp' as mount option or
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 256) NLS Default value during kernel configuration, instead of 'cp932'.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 257)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 258) config NLS_CODEPAGE_949
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 259) tristate "Korean charset (CP949, EUC-KR)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 260) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 261) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 262) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 263) so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 264) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 265) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 266) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 267) say Y here if you want to include the DOS codepage for UHC.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 268)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 269) config NLS_CODEPAGE_874
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 270) tristate "Thai charset (CP874, TIS-620)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 271) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 272) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 273) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 274) so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 275) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 276) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 277) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 278) say Y here if you want to include the DOS codepage for Thai.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 279)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 280) config NLS_ISO8859_8
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 281) tristate "Hebrew charsets (ISO-8859-8, CP1255)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 282) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 283) If you want to display filenames with native language characters
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 284) from the Microsoft FAT file system family or from JOLIET CD-ROMs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 285) correctly on the screen, you need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 286) input/output character sets. Say Y here for ISO8859-8, the Hebrew
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 287) character set.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 288)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 289) config NLS_CODEPAGE_1250
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 290) tristate "Windows CP1250 (Slavic/Central European Languages)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 291) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 292) If you want to display filenames with native language characters
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 293) from the Microsoft FAT file system family or from JOLIET CDROMs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 294) correctly on the screen, you need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 295) input/output character sets. Say Y here for the Windows CP-1250
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 296) character set, which works for most Latin-written Slavic and Central
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 297) European languages: Czech, German, Hungarian, Polish, Rumanian, Croatian,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 298) Slovak, Slovene.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 299)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 300) config NLS_CODEPAGE_1251
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 301) tristate "Windows CP1251 (Bulgarian, Belarusian)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 302) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 303) The Microsoft FAT file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 304) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 305) so-called DOS codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 306) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 307) DOS/Windows partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 308) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 309) say Y here if you want to include the DOS codepage for Russian and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 310) Bulgarian and Belarusian.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 311)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 312) config NLS_ASCII
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 313) tristate "ASCII (United States)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 314) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 315) An ASCII NLS module is needed if you want to override the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 316) DEFAULT NLS with this very basic charset and don't want any
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 317) non-ASCII characters to be translated.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 318)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 319) config NLS_ISO8859_1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 320) tristate "NLS ISO 8859-1 (Latin 1; Western European Languages)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 321) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 322) If you want to display filenames with native language characters
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 323) from the Microsoft FAT file system family or from JOLIET CD-ROMs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 324) correctly on the screen, you need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 325) input/output character sets. Say Y here for the Latin 1 character
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 326) set, which covers most West European languages such as Albanian,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 327) Catalan, Danish, Dutch, English, Faeroese, Finnish, French, German,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 328) Galician, Irish, Icelandic, Italian, Norwegian, Portuguese, Spanish,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 329) and Swedish. It is also the default for the US. If unsure, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 330)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 331) config NLS_ISO8859_2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 332) tristate "NLS ISO 8859-2 (Latin 2; Slavic/Central European Languages)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 333) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 334) If you want to display filenames with native language characters
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 335) from the Microsoft FAT file system family or from JOLIET CD-ROMs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 336) correctly on the screen, you need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 337) input/output character sets. Say Y here for the Latin 2 character
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 338) set, which works for most Latin-written Slavic and Central European
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 339) languages: Czech, German, Hungarian, Polish, Rumanian, Croatian,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 340) Slovak, Slovene.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 341)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 342) config NLS_ISO8859_3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 343) tristate "NLS ISO 8859-3 (Latin 3; Esperanto, Galician, Maltese, Turkish)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 344) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 345) If you want to display filenames with native language characters
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 346) from the Microsoft FAT file system family or from JOLIET CD-ROMs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 347) correctly on the screen, you need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 348) input/output character sets. Say Y here for the Latin 3 character
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 349) set, which is popular with authors of Esperanto, Galician, Maltese,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 350) and Turkish.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 351)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 352) config NLS_ISO8859_4
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 353) tristate "NLS ISO 8859-4 (Latin 4; old Baltic charset)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 354) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 355) If you want to display filenames with native language characters
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 356) from the Microsoft FAT file system family or from JOLIET CD-ROMs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 357) correctly on the screen, you need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 358) input/output character sets. Say Y here for the Latin 4 character
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 359) set which introduces letters for Estonian, Latvian, and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 360) Lithuanian. It is an incomplete predecessor of Latin 7.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 361)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 362) config NLS_ISO8859_5
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 363) tristate "NLS ISO 8859-5 (Cyrillic)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 364) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 365) If you want to display filenames with native language characters
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 366) from the Microsoft FAT file system family or from JOLIET CD-ROMs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 367) correctly on the screen, you need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 368) input/output character sets. Say Y here for ISO8859-5, a Cyrillic
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 369) character set with which you can type Bulgarian, Belarusian,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 370) Macedonian, Russian, Serbian, and Ukrainian. Note that the charset
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 371) KOI8-R is preferred in Russia.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 372)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 373) config NLS_ISO8859_6
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 374) tristate "NLS ISO 8859-6 (Arabic)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 375) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 376) If you want to display filenames with native language characters
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 377) from the Microsoft FAT file system family or from JOLIET CD-ROMs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 378) correctly on the screen, you need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 379) input/output character sets. Say Y here for ISO8859-6, the Arabic
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 380) character set.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 381)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 382) config NLS_ISO8859_7
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 383) tristate "NLS ISO 8859-7 (Modern Greek)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 384) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 385) If you want to display filenames with native language characters
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 386) from the Microsoft FAT file system family or from JOLIET CD-ROMs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 387) correctly on the screen, you need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 388) input/output character sets. Say Y here for ISO8859-7, the Modern
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 389) Greek character set.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 390)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 391) config NLS_ISO8859_9
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 392) tristate "NLS ISO 8859-9 (Latin 5; Turkish)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 393) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 394) If you want to display filenames with native language characters
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 395) from the Microsoft FAT file system family or from JOLIET CD-ROMs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 396) correctly on the screen, you need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 397) input/output character sets. Say Y here for the Latin 5 character
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 398) set, and it replaces the rarely needed Icelandic letters in Latin 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 399) with the Turkish ones. Useful in Turkey.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 400)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 401) config NLS_ISO8859_13
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 402) tristate "NLS ISO 8859-13 (Latin 7; Baltic)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 403) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 404) If you want to display filenames with native language characters
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 405) from the Microsoft FAT file system family or from JOLIET CD-ROMs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 406) correctly on the screen, you need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 407) input/output character sets. Say Y here for the Latin 7 character
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 408) set, which supports modern Baltic languages including Latvian
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 409) and Lithuanian.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 410)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 411) config NLS_ISO8859_14
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 412) tristate "NLS ISO 8859-14 (Latin 8; Celtic)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 413) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 414) If you want to display filenames with native language characters
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 415) from the Microsoft FAT file system family or from JOLIET CD-ROMs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 416) correctly on the screen, you need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 417) input/output character sets. Say Y here for the Latin 8 character
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 418) set, which adds the last accented vowels for Welsh (aka Cymraeg)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 419) (and Manx Gaelic) that were missing in Latin 1.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 420) <http://linux.speech.cymru.org/> has further information.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 421)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 422) config NLS_ISO8859_15
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 423) tristate "NLS ISO 8859-15 (Latin 9; Western European Languages with Euro)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 424) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 425) If you want to display filenames with native language characters
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 426) from the Microsoft FAT file system family or from JOLIET CD-ROMs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 427) correctly on the screen, you need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 428) input/output character sets. Say Y here for the Latin 9 character
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 429) set, which covers most West European languages such as Albanian,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 430) Catalan, Danish, Dutch, English, Estonian, Faeroese, Finnish,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 431) French, German, Galician, Irish, Icelandic, Italian, Norwegian,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 432) Portuguese, Spanish, and Swedish. Latin 9 is an update to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 433) Latin 1 (ISO 8859-1) that removes a handful of rarely used
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 434) characters and instead adds support for Estonian, corrects the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 435) support for French and Finnish, and adds the new Euro character.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 436) If unsure, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 437)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 438) config NLS_KOI8_R
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 439) tristate "NLS KOI8-R (Russian)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 440) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 441) If you want to display filenames with native language characters
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 442) from the Microsoft FAT file system family or from JOLIET CD-ROMs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 443) correctly on the screen, you need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 444) input/output character sets. Say Y here for the preferred Russian
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 445) character set.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 446)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 447) config NLS_KOI8_U
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 448) tristate "NLS KOI8-U/RU (Ukrainian, Belarusian)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 449) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 450) If you want to display filenames with native language characters
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 451) from the Microsoft FAT file system family or from JOLIET CD-ROMs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 452) correctly on the screen, you need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 453) input/output character sets. Say Y here for the preferred Ukrainian
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 454) (koi8-u) and Belarusian (koi8-ru) character sets.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 455)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 456) config NLS_MAC_ROMAN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 457) tristate "Codepage macroman"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 458) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 459) The Apple HFS file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 460) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 461) so-called MAC codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 462) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 463) Mac partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 464) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 465) say Y here if you want to include the Mac codepage that is used for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 466) much of Europe -- United Kingdom, Germany, Spain, Italy, and [add
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 467) more countries here].
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 468)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 469) If unsure, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 470)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 471) config NLS_MAC_CELTIC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 472) tristate "Codepage macceltic"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 473) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 474) The Apple HFS file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 475) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 476) so-called MAC codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 477) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 478) Mac partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 479) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 480) say Y here if you want to include the Mac codepage that is used for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 481) Celtic.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 482)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 483) If unsure, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 484)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 485) config NLS_MAC_CENTEURO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 486) tristate "Codepage maccenteuro"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 487) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 488) The Apple HFS file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 489) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 490) so-called MAC codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 491) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 492) Mac partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 493) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 494) say Y here if you want to include the Mac codepage that is used for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 495) Central Europe.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 496)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 497) If unsure, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 498)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 499) config NLS_MAC_CROATIAN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 500) tristate "Codepage maccroatian"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 501) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 502) The Apple HFS file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 503) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 504) so-called MAC codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 505) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 506) Mac partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 507) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 508) say Y here if you want to include the Mac codepage that is used for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 509) Croatian.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 510)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 511) If unsure, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 512)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 513) config NLS_MAC_CYRILLIC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 514) tristate "Codepage maccyrillic"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 515) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 516) The Apple HFS file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 517) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 518) so-called MAC codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 519) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 520) Mac partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 521) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 522) say Y here if you want to include the Mac codepage that is used for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 523) Cyrillic.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 524)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 525) If unsure, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 526)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 527) config NLS_MAC_GAELIC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 528) tristate "Codepage macgaelic"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 529) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 530) The Apple HFS file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 531) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 532) so-called MAC codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 533) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 534) Mac partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 535) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 536) say Y here if you want to include the Mac codepage that is used for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 537) Gaelic.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 538)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 539) If unsure, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 540)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 541) config NLS_MAC_GREEK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 542) tristate "Codepage macgreek"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 543) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 544) The Apple HFS file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 545) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 546) so-called MAC codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 547) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 548) Mac partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 549) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 550) say Y here if you want to include the Mac codepage that is used for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 551) Greek.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 552)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 553) If unsure, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 554)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 555) config NLS_MAC_ICELAND
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 556) tristate "Codepage maciceland"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 557) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 558) The Apple HFS file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 559) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 560) so-called MAC codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 561) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 562) Mac partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 563) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 564) say Y here if you want to include the Mac codepage that is used for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 565) Iceland.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 566)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 567) If unsure, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 568)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 569) config NLS_MAC_INUIT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 570) tristate "Codepage macinuit"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 571) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 572) The Apple HFS file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 573) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 574) so-called MAC codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 575) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 576) Mac partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 577) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 578) say Y here if you want to include the Mac codepage that is used for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 579) Inuit.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 580)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 581) If unsure, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 582)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 583) config NLS_MAC_ROMANIAN
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 584) tristate "Codepage macromanian"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 585) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 586) The Apple HFS file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 587) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 588) so-called MAC codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 589) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 590) Mac partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 591) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 592) say Y here if you want to include the Mac codepage that is used for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 593) Romanian.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 594)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 595) If unsure, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 596)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 597) config NLS_MAC_TURKISH
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 598) tristate "Codepage macturkish"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 599) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 600) The Apple HFS file system family can deal with filenames in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 601) native language character sets. These character sets are stored in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 602) so-called MAC codepages. You need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 603) codepage if you want to be able to read/write these filenames on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 604) Mac partitions correctly. This does apply to the filenames
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 605) only, not to the file contents. You can include several codepages;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 606) say Y here if you want to include the Mac codepage that is used for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 607) Turkish.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 608)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 609) If unsure, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 610)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 611) config NLS_UTF8
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 612) tristate "NLS UTF-8"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 613) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 614) If you want to display filenames with native language characters
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 615) from the Microsoft FAT file system family or from JOLIET CD-ROMs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 616) correctly on the screen, you need to include the appropriate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 617) input/output character sets. Say Y here for the UTF-8 encoding of
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 618) the Unicode/ISO9646 universal character set.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 619)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 620) endif # NLS