18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Native language support configuration
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_cimenuconfig NLS
78c2ecf20Sopenharmony_ci	tristate "Native language support"
88c2ecf20Sopenharmony_ci	help
98c2ecf20Sopenharmony_ci	  The base Native Language Support. A number of filesystems
108c2ecf20Sopenharmony_ci	  depend on it (e.g. FAT, JOLIET, NT, BEOS filesystems), as well
118c2ecf20Sopenharmony_ci	  as the ability of some filesystems to use native languages
128c2ecf20Sopenharmony_ci	  (NCP, SMB).
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci	  If unsure, say Y.
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci	  To compile this code as a module, choose M here: the module
178c2ecf20Sopenharmony_ci	  will be called nls_base.
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ciif NLS
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ciconfig NLS_DEFAULT
228c2ecf20Sopenharmony_ci	string "Default NLS Option"
238c2ecf20Sopenharmony_ci	default "iso8859-1"
248c2ecf20Sopenharmony_ci	help
258c2ecf20Sopenharmony_ci	  The default NLS used when mounting file system. Note, that this is
268c2ecf20Sopenharmony_ci	  the NLS used by your console, not the NLS used by a specific file
278c2ecf20Sopenharmony_ci	  system (if different) to store data (filenames) on a disk.
288c2ecf20Sopenharmony_ci	  Currently, the valid values are:
298c2ecf20Sopenharmony_ci	  big5, cp437, cp737, cp775, cp850, cp852, cp855, cp857, cp860, cp861,
308c2ecf20Sopenharmony_ci	  cp862, cp863, cp864, cp865, cp866, cp869, cp874, cp932, cp936,
318c2ecf20Sopenharmony_ci	  cp949, cp950, cp1251, cp1255, euc-jp, euc-kr, gb2312, iso8859-1,
328c2ecf20Sopenharmony_ci	  iso8859-2, iso8859-3, iso8859-4, iso8859-5, iso8859-6, iso8859-7,
338c2ecf20Sopenharmony_ci	  iso8859-8, iso8859-9, iso8859-13, iso8859-14, iso8859-15,
348c2ecf20Sopenharmony_ci	  koi8-r, koi8-ru, koi8-u, sjis, tis-620, macroman, utf8.
358c2ecf20Sopenharmony_ci	  If you specify a wrong value, it will use the built-in NLS;
368c2ecf20Sopenharmony_ci	  compatible with iso8859-1.
378c2ecf20Sopenharmony_ci
388c2ecf20Sopenharmony_ci	  If unsure, specify it as "iso8859-1".
398c2ecf20Sopenharmony_ci
408c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_437
418c2ecf20Sopenharmony_ci	tristate "Codepage 437 (United States, Canada)"
428c2ecf20Sopenharmony_ci	help
438c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
448c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored
458c2ecf20Sopenharmony_ci	  in so-called DOS codepages. You need to include the appropriate
468c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
478c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
488c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
498c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage that is used in
508c2ecf20Sopenharmony_ci	  the United States and parts of Canada. This is recommended.
518c2ecf20Sopenharmony_ci
528c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_737
538c2ecf20Sopenharmony_ci	tristate "Codepage 737 (Greek)"
548c2ecf20Sopenharmony_ci	help
558c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
568c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored
578c2ecf20Sopenharmony_ci	  in so-called DOS codepages. You need to include the appropriate
588c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
598c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
608c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
618c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage that is used for
628c2ecf20Sopenharmony_ci	  Greek. If unsure, say N.
638c2ecf20Sopenharmony_ci
648c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_775
658c2ecf20Sopenharmony_ci	tristate "Codepage 775 (Baltic Rim)"
668c2ecf20Sopenharmony_ci	help
678c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
688c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored
698c2ecf20Sopenharmony_ci	  in so-called DOS codepages. You need to include the appropriate
708c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
718c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
728c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
738c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage that is used
748c2ecf20Sopenharmony_ci	  for the Baltic Rim Languages (Latvian and Lithuanian). If unsure,
758c2ecf20Sopenharmony_ci	  say N.
768c2ecf20Sopenharmony_ci
778c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_850
788c2ecf20Sopenharmony_ci	tristate "Codepage 850 (Europe)"
798c2ecf20Sopenharmony_ci	help
808c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
818c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
828c2ecf20Sopenharmony_ci	  so-called DOS codepages. You need to include the appropriate
838c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
848c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
858c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
868c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage that is used for
878c2ecf20Sopenharmony_ci	  much of Europe -- United Kingdom, Germany, Spain, Italy, and [add
888c2ecf20Sopenharmony_ci	  more countries here]. It has some characters useful to many European
898c2ecf20Sopenharmony_ci	  languages that are not part of the US codepage 437.
908c2ecf20Sopenharmony_ci
918c2ecf20Sopenharmony_ci	  If unsure, say Y.
928c2ecf20Sopenharmony_ci
938c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_852
948c2ecf20Sopenharmony_ci	tristate "Codepage 852 (Central/Eastern Europe)"
958c2ecf20Sopenharmony_ci	help
968c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
978c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
988c2ecf20Sopenharmony_ci	  so-called DOS codepages. You need to include the appropriate
998c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
1008c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
1018c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
1028c2ecf20Sopenharmony_ci	  say Y here if you want to include the Latin 2 codepage used by DOS
1038c2ecf20Sopenharmony_ci	  for much of Central and Eastern Europe. It has all the required
1048c2ecf20Sopenharmony_ci	  characters for these languages: Albanian, Croatian, Czech, English,
1058c2ecf20Sopenharmony_ci	  Finnish, Hungarian, Irish, German, Polish, Romanian, Serbian (Latin
1068c2ecf20Sopenharmony_ci	  transcription), Slovak, Slovenian, and Sorbian.
1078c2ecf20Sopenharmony_ci
1088c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_855
1098c2ecf20Sopenharmony_ci	tristate "Codepage 855 (Cyrillic)"
1108c2ecf20Sopenharmony_ci	help
1118c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
1128c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
1138c2ecf20Sopenharmony_ci	  so-called DOS codepages. You need to include the appropriate
1148c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
1158c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
1168c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
1178c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage for Cyrillic.
1188c2ecf20Sopenharmony_ci
1198c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_857
1208c2ecf20Sopenharmony_ci	tristate "Codepage 857 (Turkish)"
1218c2ecf20Sopenharmony_ci	help
1228c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
1238c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
1248c2ecf20Sopenharmony_ci	  so-called DOS codepages. You need to include the appropriate
1258c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
1268c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
1278c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
1288c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage for Turkish.
1298c2ecf20Sopenharmony_ci
1308c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_860
1318c2ecf20Sopenharmony_ci	tristate "Codepage 860 (Portuguese)"
1328c2ecf20Sopenharmony_ci	help
1338c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
1348c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
1358c2ecf20Sopenharmony_ci	  so-called DOS codepages. You need to include the appropriate
1368c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
1378c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
1388c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
1398c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage for Portuguese.
1408c2ecf20Sopenharmony_ci
1418c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_861
1428c2ecf20Sopenharmony_ci	tristate "Codepage 861 (Icelandic)"
1438c2ecf20Sopenharmony_ci	help
1448c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
1458c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
1468c2ecf20Sopenharmony_ci	  so-called DOS codepages. You need to include the appropriate
1478c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
1488c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
1498c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
1508c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage for Icelandic.
1518c2ecf20Sopenharmony_ci
1528c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_862
1538c2ecf20Sopenharmony_ci	tristate "Codepage 862 (Hebrew)"
1548c2ecf20Sopenharmony_ci	help
1558c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
1568c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
1578c2ecf20Sopenharmony_ci	  so-called DOS codepages. You need to include the appropriate
1588c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
1598c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
1608c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
1618c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage for Hebrew.
1628c2ecf20Sopenharmony_ci
1638c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_863
1648c2ecf20Sopenharmony_ci	tristate "Codepage 863 (Canadian French)"
1658c2ecf20Sopenharmony_ci	help
1668c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
1678c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
1688c2ecf20Sopenharmony_ci	  so-called DOS codepages. You need to include the appropriate
1698c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
1708c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
1718c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
1728c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage for Canadian
1738c2ecf20Sopenharmony_ci	  French.
1748c2ecf20Sopenharmony_ci
1758c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_864
1768c2ecf20Sopenharmony_ci	tristate "Codepage 864 (Arabic)"
1778c2ecf20Sopenharmony_ci	help
1788c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
1798c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
1808c2ecf20Sopenharmony_ci	  so-called DOS codepages. You need to include the appropriate
1818c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
1828c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
1838c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
1848c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage for Arabic.
1858c2ecf20Sopenharmony_ci
1868c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_865
1878c2ecf20Sopenharmony_ci	tristate "Codepage 865 (Norwegian, Danish)"
1888c2ecf20Sopenharmony_ci	help
1898c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
1908c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
1918c2ecf20Sopenharmony_ci	  so-called DOS codepages. You need to include the appropriate
1928c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
1938c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
1948c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
1958c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage for the Nordic
1968c2ecf20Sopenharmony_ci	  European countries.
1978c2ecf20Sopenharmony_ci
1988c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_866
1998c2ecf20Sopenharmony_ci	tristate "Codepage 866 (Cyrillic/Russian)"
2008c2ecf20Sopenharmony_ci	help
2018c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
2028c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
2038c2ecf20Sopenharmony_ci	  so-called DOS codepages. You need to include the appropriate
2048c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
2058c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
2068c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
2078c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage for
2088c2ecf20Sopenharmony_ci	  Cyrillic/Russian.
2098c2ecf20Sopenharmony_ci
2108c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_869
2118c2ecf20Sopenharmony_ci	tristate "Codepage 869 (Greek)"
2128c2ecf20Sopenharmony_ci	help
2138c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
2148c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
2158c2ecf20Sopenharmony_ci	  so-called DOS codepages. You need to include the appropriate
2168c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
2178c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
2188c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
2198c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage for Greek.
2208c2ecf20Sopenharmony_ci
2218c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_936
2228c2ecf20Sopenharmony_ci	tristate "Simplified Chinese charset (CP936, GB2312)"
2238c2ecf20Sopenharmony_ci	help
2248c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
2258c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
2268c2ecf20Sopenharmony_ci	  so-called DOS codepages. You need to include the appropriate
2278c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
2288c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
2298c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
2308c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage for Simplified
2318c2ecf20Sopenharmony_ci	  Chinese(GBK).
2328c2ecf20Sopenharmony_ci
2338c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_950
2348c2ecf20Sopenharmony_ci	tristate "Traditional Chinese charset (Big5)"
2358c2ecf20Sopenharmony_ci	help
2368c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
2378c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
2388c2ecf20Sopenharmony_ci	  so-called DOS codepages. You need to include the appropriate
2398c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
2408c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
2418c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
2428c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage for Traditional
2438c2ecf20Sopenharmony_ci	  Chinese(Big5).
2448c2ecf20Sopenharmony_ci
2458c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_932
2468c2ecf20Sopenharmony_ci	tristate "Japanese charsets (Shift-JIS, EUC-JP)"
2478c2ecf20Sopenharmony_ci	help
2488c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
2498c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
2508c2ecf20Sopenharmony_ci	  so-called DOS codepages. You need to include the appropriate
2518c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
2528c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
2538c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
2548c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage for Shift-JIS
2558c2ecf20Sopenharmony_ci	  or EUC-JP. To use EUC-JP, you can use 'euc-jp' as mount option or
2568c2ecf20Sopenharmony_ci	  NLS Default value during kernel configuration, instead of 'cp932'.
2578c2ecf20Sopenharmony_ci
2588c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_949
2598c2ecf20Sopenharmony_ci	tristate "Korean charset (CP949, EUC-KR)"
2608c2ecf20Sopenharmony_ci	help
2618c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
2628c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
2638c2ecf20Sopenharmony_ci	  so-called DOS codepages. You need to include the appropriate
2648c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
2658c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
2668c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
2678c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage for UHC.
2688c2ecf20Sopenharmony_ci
2698c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_874
2708c2ecf20Sopenharmony_ci	tristate "Thai charset (CP874, TIS-620)"
2718c2ecf20Sopenharmony_ci	help
2728c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
2738c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
2748c2ecf20Sopenharmony_ci	  so-called DOS codepages. You need to include the appropriate
2758c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
2768c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
2778c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
2788c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage for Thai.
2798c2ecf20Sopenharmony_ci
2808c2ecf20Sopenharmony_ciconfig NLS_ISO8859_8
2818c2ecf20Sopenharmony_ci	tristate "Hebrew charsets (ISO-8859-8, CP1255)"
2828c2ecf20Sopenharmony_ci	help
2838c2ecf20Sopenharmony_ci	  If you want to display filenames with native language characters
2848c2ecf20Sopenharmony_ci	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
2858c2ecf20Sopenharmony_ci	  correctly on the screen, you need to include the appropriate
2868c2ecf20Sopenharmony_ci	  input/output character sets. Say Y here for ISO8859-8, the Hebrew
2878c2ecf20Sopenharmony_ci	  character set.
2888c2ecf20Sopenharmony_ci
2898c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_1250
2908c2ecf20Sopenharmony_ci	tristate "Windows CP1250 (Slavic/Central European Languages)"
2918c2ecf20Sopenharmony_ci	help
2928c2ecf20Sopenharmony_ci	  If you want to display filenames with native language characters
2938c2ecf20Sopenharmony_ci	  from the Microsoft FAT file system family or from JOLIET CDROMs
2948c2ecf20Sopenharmony_ci	  correctly on the screen, you need to include the appropriate
2958c2ecf20Sopenharmony_ci	  input/output character sets. Say Y here for the Windows CP-1250
2968c2ecf20Sopenharmony_ci	  character set, which works for most Latin-written Slavic and Central
2978c2ecf20Sopenharmony_ci	  European languages: Czech, German, Hungarian, Polish, Rumanian, Croatian,
2988c2ecf20Sopenharmony_ci	  Slovak, Slovene.
2998c2ecf20Sopenharmony_ci
3008c2ecf20Sopenharmony_ciconfig NLS_CODEPAGE_1251
3018c2ecf20Sopenharmony_ci	tristate "Windows CP1251 (Bulgarian, Belarusian)"
3028c2ecf20Sopenharmony_ci	help
3038c2ecf20Sopenharmony_ci	  The Microsoft FAT file system family can deal with filenames in
3048c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
3058c2ecf20Sopenharmony_ci	  so-called DOS codepages. You need to include the appropriate
3068c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
3078c2ecf20Sopenharmony_ci	  DOS/Windows partitions correctly. This does apply to the filenames
3088c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
3098c2ecf20Sopenharmony_ci	  say Y here if you want to include the DOS codepage for Russian and
3108c2ecf20Sopenharmony_ci	  Bulgarian and Belarusian.
3118c2ecf20Sopenharmony_ci
3128c2ecf20Sopenharmony_ciconfig NLS_ASCII
3138c2ecf20Sopenharmony_ci	tristate "ASCII (United States)"
3148c2ecf20Sopenharmony_ci	help
3158c2ecf20Sopenharmony_ci	  An ASCII NLS module is needed if you want to override the
3168c2ecf20Sopenharmony_ci	  DEFAULT NLS with this very basic charset and don't want any
3178c2ecf20Sopenharmony_ci	  non-ASCII characters to be translated.
3188c2ecf20Sopenharmony_ci
3198c2ecf20Sopenharmony_ciconfig NLS_ISO8859_1
3208c2ecf20Sopenharmony_ci	tristate "NLS ISO 8859-1  (Latin 1; Western European Languages)"
3218c2ecf20Sopenharmony_ci	help
3228c2ecf20Sopenharmony_ci	  If you want to display filenames with native language characters
3238c2ecf20Sopenharmony_ci	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
3248c2ecf20Sopenharmony_ci	  correctly on the screen, you need to include the appropriate
3258c2ecf20Sopenharmony_ci	  input/output character sets. Say Y here for the Latin 1 character
3268c2ecf20Sopenharmony_ci	  set, which covers most West European languages such as Albanian,
3278c2ecf20Sopenharmony_ci	  Catalan, Danish, Dutch, English, Faeroese, Finnish, French, German,
3288c2ecf20Sopenharmony_ci	  Galician, Irish, Icelandic, Italian, Norwegian, Portuguese, Spanish,
3298c2ecf20Sopenharmony_ci	  and Swedish. It is also the default for the US. If unsure, say Y.
3308c2ecf20Sopenharmony_ci
3318c2ecf20Sopenharmony_ciconfig NLS_ISO8859_2
3328c2ecf20Sopenharmony_ci	tristate "NLS ISO 8859-2  (Latin 2; Slavic/Central European Languages)"
3338c2ecf20Sopenharmony_ci	help
3348c2ecf20Sopenharmony_ci	  If you want to display filenames with native language characters
3358c2ecf20Sopenharmony_ci	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
3368c2ecf20Sopenharmony_ci	  correctly on the screen, you need to include the appropriate
3378c2ecf20Sopenharmony_ci	  input/output character sets. Say Y here for the Latin 2 character
3388c2ecf20Sopenharmony_ci	  set, which works for most Latin-written Slavic and Central European
3398c2ecf20Sopenharmony_ci	  languages: Czech, German, Hungarian, Polish, Rumanian, Croatian,
3408c2ecf20Sopenharmony_ci	  Slovak, Slovene.
3418c2ecf20Sopenharmony_ci
3428c2ecf20Sopenharmony_ciconfig NLS_ISO8859_3
3438c2ecf20Sopenharmony_ci	tristate "NLS ISO 8859-3  (Latin 3; Esperanto, Galician, Maltese, Turkish)"
3448c2ecf20Sopenharmony_ci	help
3458c2ecf20Sopenharmony_ci	  If you want to display filenames with native language characters
3468c2ecf20Sopenharmony_ci	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
3478c2ecf20Sopenharmony_ci	  correctly on the screen, you need to include the appropriate
3488c2ecf20Sopenharmony_ci	  input/output character sets. Say Y here for the Latin 3 character
3498c2ecf20Sopenharmony_ci	  set, which is popular with authors of Esperanto, Galician, Maltese,
3508c2ecf20Sopenharmony_ci	  and Turkish.
3518c2ecf20Sopenharmony_ci
3528c2ecf20Sopenharmony_ciconfig NLS_ISO8859_4
3538c2ecf20Sopenharmony_ci	tristate "NLS ISO 8859-4  (Latin 4; old Baltic charset)"
3548c2ecf20Sopenharmony_ci	help
3558c2ecf20Sopenharmony_ci	  If you want to display filenames with native language characters
3568c2ecf20Sopenharmony_ci	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
3578c2ecf20Sopenharmony_ci	  correctly on the screen, you need to include the appropriate
3588c2ecf20Sopenharmony_ci	  input/output character sets. Say Y here for the Latin 4 character
3598c2ecf20Sopenharmony_ci	  set which introduces letters for Estonian, Latvian, and
3608c2ecf20Sopenharmony_ci	  Lithuanian. It is an incomplete predecessor of Latin 7.
3618c2ecf20Sopenharmony_ci
3628c2ecf20Sopenharmony_ciconfig NLS_ISO8859_5
3638c2ecf20Sopenharmony_ci	tristate "NLS ISO 8859-5  (Cyrillic)"
3648c2ecf20Sopenharmony_ci	help
3658c2ecf20Sopenharmony_ci	  If you want to display filenames with native language characters
3668c2ecf20Sopenharmony_ci	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
3678c2ecf20Sopenharmony_ci	  correctly on the screen, you need to include the appropriate
3688c2ecf20Sopenharmony_ci	  input/output character sets. Say Y here for ISO8859-5, a Cyrillic
3698c2ecf20Sopenharmony_ci	  character set with which you can type Bulgarian, Belarusian,
3708c2ecf20Sopenharmony_ci	  Macedonian, Russian, Serbian, and Ukrainian. Note that the charset
3718c2ecf20Sopenharmony_ci	  KOI8-R is preferred in Russia.
3728c2ecf20Sopenharmony_ci
3738c2ecf20Sopenharmony_ciconfig NLS_ISO8859_6
3748c2ecf20Sopenharmony_ci	tristate "NLS ISO 8859-6  (Arabic)"
3758c2ecf20Sopenharmony_ci	help
3768c2ecf20Sopenharmony_ci	  If you want to display filenames with native language characters
3778c2ecf20Sopenharmony_ci	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
3788c2ecf20Sopenharmony_ci	  correctly on the screen, you need to include the appropriate
3798c2ecf20Sopenharmony_ci	  input/output character sets. Say Y here for ISO8859-6, the Arabic
3808c2ecf20Sopenharmony_ci	  character set.
3818c2ecf20Sopenharmony_ci
3828c2ecf20Sopenharmony_ciconfig NLS_ISO8859_7
3838c2ecf20Sopenharmony_ci	tristate "NLS ISO 8859-7  (Modern Greek)"
3848c2ecf20Sopenharmony_ci	help
3858c2ecf20Sopenharmony_ci	  If you want to display filenames with native language characters
3868c2ecf20Sopenharmony_ci	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
3878c2ecf20Sopenharmony_ci	  correctly on the screen, you need to include the appropriate
3888c2ecf20Sopenharmony_ci	  input/output character sets. Say Y here for ISO8859-7, the Modern
3898c2ecf20Sopenharmony_ci	  Greek character set.
3908c2ecf20Sopenharmony_ci
3918c2ecf20Sopenharmony_ciconfig NLS_ISO8859_9
3928c2ecf20Sopenharmony_ci	tristate "NLS ISO 8859-9  (Latin 5; Turkish)"
3938c2ecf20Sopenharmony_ci	help
3948c2ecf20Sopenharmony_ci	  If you want to display filenames with native language characters
3958c2ecf20Sopenharmony_ci	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
3968c2ecf20Sopenharmony_ci	  correctly on the screen, you need to include the appropriate
3978c2ecf20Sopenharmony_ci	  input/output character sets. Say Y here for the Latin 5 character
3988c2ecf20Sopenharmony_ci	  set, and it replaces the rarely needed Icelandic letters in Latin 1
3998c2ecf20Sopenharmony_ci	  with the Turkish ones. Useful in Turkey.
4008c2ecf20Sopenharmony_ci
4018c2ecf20Sopenharmony_ciconfig NLS_ISO8859_13
4028c2ecf20Sopenharmony_ci	tristate "NLS ISO 8859-13 (Latin 7; Baltic)"
4038c2ecf20Sopenharmony_ci	help
4048c2ecf20Sopenharmony_ci	  If you want to display filenames with native language characters
4058c2ecf20Sopenharmony_ci	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
4068c2ecf20Sopenharmony_ci	  correctly on the screen, you need to include the appropriate
4078c2ecf20Sopenharmony_ci	  input/output character sets. Say Y here for the Latin 7 character
4088c2ecf20Sopenharmony_ci	  set, which supports modern Baltic languages including Latvian
4098c2ecf20Sopenharmony_ci	  and Lithuanian.
4108c2ecf20Sopenharmony_ci
4118c2ecf20Sopenharmony_ciconfig NLS_ISO8859_14
4128c2ecf20Sopenharmony_ci	tristate "NLS ISO 8859-14 (Latin 8; Celtic)"
4138c2ecf20Sopenharmony_ci	help
4148c2ecf20Sopenharmony_ci	  If you want to display filenames with native language characters
4158c2ecf20Sopenharmony_ci	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
4168c2ecf20Sopenharmony_ci	  correctly on the screen, you need to include the appropriate
4178c2ecf20Sopenharmony_ci	  input/output character sets. Say Y here for the Latin 8 character
4188c2ecf20Sopenharmony_ci	  set, which adds the last accented vowels for Welsh (aka Cymraeg)
4198c2ecf20Sopenharmony_ci	  (and Manx Gaelic) that were missing in Latin 1.
4208c2ecf20Sopenharmony_ci	  <http://linux.speech.cymru.org/> has further information.
4218c2ecf20Sopenharmony_ci
4228c2ecf20Sopenharmony_ciconfig NLS_ISO8859_15
4238c2ecf20Sopenharmony_ci	tristate "NLS ISO 8859-15 (Latin 9; Western European Languages with Euro)"
4248c2ecf20Sopenharmony_ci	help
4258c2ecf20Sopenharmony_ci	  If you want to display filenames with native language characters
4268c2ecf20Sopenharmony_ci	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
4278c2ecf20Sopenharmony_ci	  correctly on the screen, you need to include the appropriate
4288c2ecf20Sopenharmony_ci	  input/output character sets. Say Y here for the Latin 9 character
4298c2ecf20Sopenharmony_ci	  set, which covers most West European languages such as Albanian,
4308c2ecf20Sopenharmony_ci	  Catalan, Danish, Dutch, English, Estonian, Faeroese, Finnish,
4318c2ecf20Sopenharmony_ci	  French, German, Galician, Irish, Icelandic, Italian, Norwegian,
4328c2ecf20Sopenharmony_ci	  Portuguese, Spanish, and Swedish. Latin 9 is an update to
4338c2ecf20Sopenharmony_ci	  Latin 1 (ISO 8859-1) that removes a handful of rarely used
4348c2ecf20Sopenharmony_ci	  characters and instead adds support for Estonian, corrects the
4358c2ecf20Sopenharmony_ci	  support for French and Finnish, and adds the new Euro character.
4368c2ecf20Sopenharmony_ci	  If unsure, say Y.
4378c2ecf20Sopenharmony_ci
4388c2ecf20Sopenharmony_ciconfig NLS_KOI8_R
4398c2ecf20Sopenharmony_ci	tristate "NLS KOI8-R (Russian)"
4408c2ecf20Sopenharmony_ci	help
4418c2ecf20Sopenharmony_ci	  If you want to display filenames with native language characters
4428c2ecf20Sopenharmony_ci	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
4438c2ecf20Sopenharmony_ci	  correctly on the screen, you need to include the appropriate
4448c2ecf20Sopenharmony_ci	  input/output character sets. Say Y here for the preferred Russian
4458c2ecf20Sopenharmony_ci	  character set.
4468c2ecf20Sopenharmony_ci
4478c2ecf20Sopenharmony_ciconfig NLS_KOI8_U
4488c2ecf20Sopenharmony_ci	tristate "NLS KOI8-U/RU (Ukrainian, Belarusian)"
4498c2ecf20Sopenharmony_ci	help
4508c2ecf20Sopenharmony_ci	  If you want to display filenames with native language characters
4518c2ecf20Sopenharmony_ci	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
4528c2ecf20Sopenharmony_ci	  correctly on the screen, you need to include the appropriate
4538c2ecf20Sopenharmony_ci	  input/output character sets. Say Y here for the preferred Ukrainian
4548c2ecf20Sopenharmony_ci	  (koi8-u) and Belarusian (koi8-ru) character sets.
4558c2ecf20Sopenharmony_ci
4568c2ecf20Sopenharmony_ciconfig NLS_MAC_ROMAN
4578c2ecf20Sopenharmony_ci	tristate "Codepage macroman"
4588c2ecf20Sopenharmony_ci	help
4598c2ecf20Sopenharmony_ci	  The Apple HFS file system family can deal with filenames in
4608c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
4618c2ecf20Sopenharmony_ci	  so-called MAC codepages. You need to include the appropriate
4628c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
4638c2ecf20Sopenharmony_ci	  Mac partitions correctly. This does apply to the filenames
4648c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
4658c2ecf20Sopenharmony_ci	  say Y here if you want to include the Mac codepage that is used for
4668c2ecf20Sopenharmony_ci	  much of Europe -- United Kingdom, Germany, Spain, Italy, and [add
4678c2ecf20Sopenharmony_ci	  more countries here].
4688c2ecf20Sopenharmony_ci
4698c2ecf20Sopenharmony_ci	  If unsure, say Y.
4708c2ecf20Sopenharmony_ci
4718c2ecf20Sopenharmony_ciconfig NLS_MAC_CELTIC
4728c2ecf20Sopenharmony_ci	tristate "Codepage macceltic"
4738c2ecf20Sopenharmony_ci	help
4748c2ecf20Sopenharmony_ci	  The Apple HFS file system family can deal with filenames in
4758c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
4768c2ecf20Sopenharmony_ci	  so-called MAC codepages. You need to include the appropriate
4778c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
4788c2ecf20Sopenharmony_ci	  Mac partitions correctly. This does apply to the filenames
4798c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
4808c2ecf20Sopenharmony_ci	  say Y here if you want to include the Mac codepage that is used for
4818c2ecf20Sopenharmony_ci	  Celtic.
4828c2ecf20Sopenharmony_ci
4838c2ecf20Sopenharmony_ci	  If unsure, say Y.
4848c2ecf20Sopenharmony_ci
4858c2ecf20Sopenharmony_ciconfig NLS_MAC_CENTEURO
4868c2ecf20Sopenharmony_ci	tristate "Codepage maccenteuro"
4878c2ecf20Sopenharmony_ci	help
4888c2ecf20Sopenharmony_ci	  The Apple HFS file system family can deal with filenames in
4898c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
4908c2ecf20Sopenharmony_ci	  so-called MAC codepages. You need to include the appropriate
4918c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
4928c2ecf20Sopenharmony_ci	  Mac partitions correctly. This does apply to the filenames
4938c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
4948c2ecf20Sopenharmony_ci	  say Y here if you want to include the Mac codepage that is used for
4958c2ecf20Sopenharmony_ci	  Central Europe.
4968c2ecf20Sopenharmony_ci
4978c2ecf20Sopenharmony_ci	  If unsure, say Y.
4988c2ecf20Sopenharmony_ci
4998c2ecf20Sopenharmony_ciconfig NLS_MAC_CROATIAN
5008c2ecf20Sopenharmony_ci	tristate "Codepage maccroatian"
5018c2ecf20Sopenharmony_ci	help
5028c2ecf20Sopenharmony_ci	  The Apple HFS file system family can deal with filenames in
5038c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
5048c2ecf20Sopenharmony_ci	  so-called MAC codepages. You need to include the appropriate
5058c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
5068c2ecf20Sopenharmony_ci	  Mac partitions correctly. This does apply to the filenames
5078c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
5088c2ecf20Sopenharmony_ci	  say Y here if you want to include the Mac codepage that is used for
5098c2ecf20Sopenharmony_ci	  Croatian.
5108c2ecf20Sopenharmony_ci
5118c2ecf20Sopenharmony_ci	  If unsure, say Y.
5128c2ecf20Sopenharmony_ci
5138c2ecf20Sopenharmony_ciconfig NLS_MAC_CYRILLIC
5148c2ecf20Sopenharmony_ci	tristate "Codepage maccyrillic"
5158c2ecf20Sopenharmony_ci	help
5168c2ecf20Sopenharmony_ci	  The Apple HFS file system family can deal with filenames in
5178c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
5188c2ecf20Sopenharmony_ci	  so-called MAC codepages. You need to include the appropriate
5198c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
5208c2ecf20Sopenharmony_ci	  Mac partitions correctly. This does apply to the filenames
5218c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
5228c2ecf20Sopenharmony_ci	  say Y here if you want to include the Mac codepage that is used for
5238c2ecf20Sopenharmony_ci	  Cyrillic.
5248c2ecf20Sopenharmony_ci
5258c2ecf20Sopenharmony_ci	  If unsure, say Y.
5268c2ecf20Sopenharmony_ci
5278c2ecf20Sopenharmony_ciconfig NLS_MAC_GAELIC
5288c2ecf20Sopenharmony_ci	tristate "Codepage macgaelic"
5298c2ecf20Sopenharmony_ci	help
5308c2ecf20Sopenharmony_ci	  The Apple HFS file system family can deal with filenames in
5318c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
5328c2ecf20Sopenharmony_ci	  so-called MAC codepages. You need to include the appropriate
5338c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
5348c2ecf20Sopenharmony_ci	  Mac partitions correctly. This does apply to the filenames
5358c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
5368c2ecf20Sopenharmony_ci	  say Y here if you want to include the Mac codepage that is used for
5378c2ecf20Sopenharmony_ci	  Gaelic.
5388c2ecf20Sopenharmony_ci
5398c2ecf20Sopenharmony_ci	  If unsure, say Y.
5408c2ecf20Sopenharmony_ci
5418c2ecf20Sopenharmony_ciconfig NLS_MAC_GREEK
5428c2ecf20Sopenharmony_ci	tristate "Codepage macgreek"
5438c2ecf20Sopenharmony_ci	help
5448c2ecf20Sopenharmony_ci	  The Apple HFS file system family can deal with filenames in
5458c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
5468c2ecf20Sopenharmony_ci	  so-called MAC codepages. You need to include the appropriate
5478c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
5488c2ecf20Sopenharmony_ci	  Mac partitions correctly. This does apply to the filenames
5498c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
5508c2ecf20Sopenharmony_ci	  say Y here if you want to include the Mac codepage that is used for
5518c2ecf20Sopenharmony_ci	  Greek.
5528c2ecf20Sopenharmony_ci
5538c2ecf20Sopenharmony_ci	  If unsure, say Y.
5548c2ecf20Sopenharmony_ci
5558c2ecf20Sopenharmony_ciconfig NLS_MAC_ICELAND
5568c2ecf20Sopenharmony_ci	tristate "Codepage maciceland"
5578c2ecf20Sopenharmony_ci	help
5588c2ecf20Sopenharmony_ci	  The Apple HFS file system family can deal with filenames in
5598c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
5608c2ecf20Sopenharmony_ci	  so-called MAC codepages. You need to include the appropriate
5618c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
5628c2ecf20Sopenharmony_ci	  Mac partitions correctly. This does apply to the filenames
5638c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
5648c2ecf20Sopenharmony_ci	  say Y here if you want to include the Mac codepage that is used for
5658c2ecf20Sopenharmony_ci	  Iceland.
5668c2ecf20Sopenharmony_ci
5678c2ecf20Sopenharmony_ci	  If unsure, say Y.
5688c2ecf20Sopenharmony_ci
5698c2ecf20Sopenharmony_ciconfig NLS_MAC_INUIT
5708c2ecf20Sopenharmony_ci	tristate "Codepage macinuit"
5718c2ecf20Sopenharmony_ci	help
5728c2ecf20Sopenharmony_ci	  The Apple HFS file system family can deal with filenames in
5738c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
5748c2ecf20Sopenharmony_ci	  so-called MAC codepages. You need to include the appropriate
5758c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
5768c2ecf20Sopenharmony_ci	  Mac partitions correctly. This does apply to the filenames
5778c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
5788c2ecf20Sopenharmony_ci	  say Y here if you want to include the Mac codepage that is used for
5798c2ecf20Sopenharmony_ci	  Inuit.
5808c2ecf20Sopenharmony_ci
5818c2ecf20Sopenharmony_ci	  If unsure, say Y.
5828c2ecf20Sopenharmony_ci
5838c2ecf20Sopenharmony_ciconfig NLS_MAC_ROMANIAN
5848c2ecf20Sopenharmony_ci	tristate "Codepage macromanian"
5858c2ecf20Sopenharmony_ci	help
5868c2ecf20Sopenharmony_ci	  The Apple HFS file system family can deal with filenames in
5878c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
5888c2ecf20Sopenharmony_ci	  so-called MAC codepages. You need to include the appropriate
5898c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
5908c2ecf20Sopenharmony_ci	  Mac partitions correctly. This does apply to the filenames
5918c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
5928c2ecf20Sopenharmony_ci	  say Y here if you want to include the Mac codepage that is used for
5938c2ecf20Sopenharmony_ci	  Romanian.
5948c2ecf20Sopenharmony_ci
5958c2ecf20Sopenharmony_ci	  If unsure, say Y.
5968c2ecf20Sopenharmony_ci
5978c2ecf20Sopenharmony_ciconfig NLS_MAC_TURKISH
5988c2ecf20Sopenharmony_ci	tristate "Codepage macturkish"
5998c2ecf20Sopenharmony_ci	help
6008c2ecf20Sopenharmony_ci	  The Apple HFS file system family can deal with filenames in
6018c2ecf20Sopenharmony_ci	  native language character sets. These character sets are stored in
6028c2ecf20Sopenharmony_ci	  so-called MAC codepages. You need to include the appropriate
6038c2ecf20Sopenharmony_ci	  codepage if you want to be able to read/write these filenames on
6048c2ecf20Sopenharmony_ci	  Mac partitions correctly. This does apply to the filenames
6058c2ecf20Sopenharmony_ci	  only, not to the file contents. You can include several codepages;
6068c2ecf20Sopenharmony_ci	  say Y here if you want to include the Mac codepage that is used for
6078c2ecf20Sopenharmony_ci	  Turkish.
6088c2ecf20Sopenharmony_ci
6098c2ecf20Sopenharmony_ci	  If unsure, say Y.
6108c2ecf20Sopenharmony_ci
6118c2ecf20Sopenharmony_ciconfig NLS_UTF8
6128c2ecf20Sopenharmony_ci	tristate "NLS UTF-8"
6138c2ecf20Sopenharmony_ci	help
6148c2ecf20Sopenharmony_ci	  If you want to display filenames with native language characters
6158c2ecf20Sopenharmony_ci	  from the Microsoft FAT file system family or from JOLIET CD-ROMs
6168c2ecf20Sopenharmony_ci	  correctly on the screen, you need to include the appropriate
6178c2ecf20Sopenharmony_ci	  input/output character sets. Say Y here for the UTF-8 encoding of
6188c2ecf20Sopenharmony_ci	  the Unicode/ISO9646 universal character set.
6198c2ecf20Sopenharmony_ci
6208c2ecf20Sopenharmony_ciendif # NLS
621