Kconfig 27 KB

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