Config.in.nls 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  1. menu "Native Language support"
  2. config ADK_KERNEL_NLS
  3. boolean
  4. default y
  5. config ADK_KERNEL_NLS_DEFAULT
  6. string
  7. default "iso8859-1"
  8. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_437
  9. prompt "kmod-nls-codepage-437........... Codepage 437 (United States, Canada)"
  10. tristate
  11. default n
  12. help
  13. The Microsoft FAT file system family can deal with filenames in
  14. native language character sets. These character sets are stored
  15. in so-called DOS codepages. You need to include the appropriate
  16. codepage if you want to be able to read/write these filenames on
  17. DOS/Windows partitions correctly. This does apply to the filenames
  18. only, not to the file contents. You can include several codepages;
  19. say Y here if you want to include the DOS codepage that is used in
  20. the United States and parts of Canada. This is recommended.
  21. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_737
  22. prompt "kmod-nls-codepage-737........... Codepage 737 (Greek)"
  23. tristate
  24. default n
  25. help
  26. The Microsoft FAT file system family can deal with filenames in
  27. native language character sets. These character sets are stored
  28. in so-called DOS codepages. You need to include the appropriate
  29. codepage if you want to be able to read/write these filenames on
  30. DOS/Windows partitions correctly. This does apply to the filenames
  31. only, not to the file contents. You can include several codepages;
  32. say Y here if you want to include the DOS codepage that is used for
  33. Greek. If unsure, say N.
  34. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_775
  35. prompt "kmod-nls-codepage-775........... Codepage 775 (Baltic Rim)"
  36. tristate
  37. default n
  38. help
  39. The Microsoft FAT file system family can deal with filenames in
  40. native language character sets. These character sets are stored
  41. in so-called DOS codepages. You need to include the appropriate
  42. codepage if you want to be able to read/write these filenames on
  43. DOS/Windows partitions correctly. This does apply to the filenames
  44. only, not to the file contents. You can include several codepages;
  45. say Y here if you want to include the DOS codepage that is used
  46. for the Baltic Rim Languages (Latvian and Lithuanian). If unsure,
  47. say N.
  48. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_850
  49. prompt "kmod-nls-codepage-850........... Codepage 850 (Western European Languages)"
  50. tristate
  51. default n
  52. help
  53. The Microsoft FAT file system family can deal with filenames in
  54. native language character sets. These character sets are stored in
  55. so-called DOS codepages. You need to include the appropriate
  56. codepage if you want to be able to read/write these filenames on
  57. DOS/Windows partitions correctly. This does apply to the filenames
  58. only, not to the file contents. You can include several codepages;
  59. say Y here if you want to include the DOS codepage that is used for
  60. much of Europe -- United Kingdom, Germany, Spain, Italy, and [add
  61. more countries here]. It has some characters useful to many European
  62. languages that are not part of the US codepage 437.
  63. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_852
  64. prompt "kmod-nls-codepage-852........... Codepage 852 (Eastern European Languages)"
  65. tristate
  66. default n
  67. help
  68. The Microsoft FAT file system family can deal with filenames in
  69. native language character sets. These character sets are stored in
  70. so-called DOS codepages. You need to include the appropriate
  71. codepage if you want to be able to read/write these filenames on
  72. DOS/Windows partitions correctly. This does apply to the filenames
  73. only, not to the file contents. You can include several codepages;
  74. say Y here if you want to include the Latin 2 codepage used by DOS
  75. for much of Central and Eastern Europe. It has all the required
  76. characters for these languages: Albanian, Croatian, Czech, English,
  77. Finnish, Hungarian, Irish, German, Polish, Romanian, Serbian (Latin
  78. transcription), Slovak, Slovenian, and Sorbian.
  79. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_855
  80. prompt "kmod-nls-codepage-855........... Codepage 855 (Cyrillic)"
  81. tristate
  82. default n
  83. help
  84. The Microsoft FAT file system family can deal with filenames in
  85. native language character sets. These character sets are stored in
  86. so-called DOS codepages. You need to include the appropriate
  87. codepage if you want to be able to read/write these filenames on
  88. DOS/Windows partitions correctly. This does apply to the filenames
  89. only, not to the file contents. You can include several codepages;
  90. say Y here if you want to include the DOS codepage for Cyrillic.
  91. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_857
  92. prompt "kmod-nls-codepage-857........... Codepage 857 (Turkish)"
  93. tristate
  94. default n
  95. help
  96. The Microsoft FAT file system family can deal with filenames in
  97. native language character sets. These character sets are stored in
  98. so-called DOS codepages. You need to include the appropriate
  99. codepage if you want to be able to read/write these filenames on
  100. DOS/Windows partitions correctly. This does apply to the filenames
  101. only, not to the file contents. You can include several codepages;
  102. say Y here if you want to include the DOS codepage for Turkish.
  103. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_860
  104. prompt "kmod-nls-codepage-860........... Codepage 860 (Portuguese)"
  105. tristate
  106. default n
  107. help
  108. The Microsoft FAT file system family can deal with filenames in
  109. native language character sets. These character sets are stored in
  110. so-called DOS codepages. You need to include the appropriate
  111. codepage if you want to be able to read/write these filenames on
  112. DOS/Windows partitions correctly. This does apply to the filenames
  113. only, not to the file contents. You can include several codepages;
  114. say Y here if you want to include the DOS codepage for Portuguese.
  115. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_861
  116. prompt "kmod-nls-codepage-861........... Codepage 861 (Icelandic)"
  117. tristate
  118. default n
  119. help
  120. The Microsoft FAT file system family can deal with filenames in
  121. native language character sets. These character sets are stored in
  122. so-called DOS codepages. You need to include the appropriate
  123. codepage if you want to be able to read/write these filenames on
  124. DOS/Windows partitions correctly. This does apply to the filenames
  125. only, not to the file contents. You can include several codepages;
  126. say Y here if you want to include the DOS codepage for Icelandic.
  127. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_862
  128. prompt "kmod-nls-codepage-862........... Codepage 862 (Hebrew)"
  129. tristate
  130. default n
  131. help
  132. The Microsoft FAT file system family can deal with filenames in
  133. native language character sets. These character sets are stored in
  134. so-called DOS codepages. You need to include the appropriate
  135. codepage if you want to be able to read/write these filenames on
  136. DOS/Windows partitions correctly. This does apply to the filenames
  137. only, not to the file contents. You can include several codepages;
  138. say Y here if you want to include the DOS codepage for Hebrew.
  139. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_863
  140. prompt "kmod-nls-codepage-863........... Codepage 863 (French Canadian)"
  141. tristate
  142. default n
  143. help
  144. The Microsoft FAT file system family can deal with filenames in
  145. native language character sets. These character sets are stored in
  146. so-called DOS codepages. You need to include the appropriate
  147. codepage if you want to be able to read/write these filenames on
  148. DOS/Windows partitions correctly. This does apply to the filenames
  149. only, not to the file contents. You can include several codepages;
  150. say Y here if you want to include the DOS codepage for Canadian
  151. French.
  152. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_864
  153. prompt "kmod-nls-codepage-864........... Codepage 864 (Arabic)"
  154. tristate
  155. default n
  156. help
  157. The Microsoft FAT file system family can deal with filenames in
  158. native language character sets. These character sets are stored in
  159. so-called DOS codepages. You need to include the appropriate
  160. codepage if you want to be able to read/write these filenames on
  161. DOS/Windows partitions correctly. This does apply to the filenames
  162. only, not to the file contents. You can include several codepages;
  163. say Y here if you want to include the DOS codepage for Arabic.
  164. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_865
  165. prompt "kmod-nls-codepage-865........... Codepage 865 (Norwegian, Danish)"
  166. tristate
  167. default n
  168. help
  169. The Microsoft FAT file system family can deal with filenames in
  170. native language character sets. These character sets are stored in
  171. so-called DOS codepages. You need to include the appropriate
  172. codepage if you want to be able to read/write these filenames on
  173. DOS/Windows partitions correctly. This does apply to the filenames
  174. only, not to the file contents. You can include several codepages;
  175. say Y here if you want to include the DOS codepage for the Nordic
  176. European countries.
  177. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_866
  178. prompt "kmod-nls-codepage-866........... Codepage 866 (Cyrillic/Russian)"
  179. tristate
  180. default n
  181. help
  182. The Microsoft FAT file system family can deal with filenames in
  183. native language character sets. These character sets are stored in
  184. so-called DOS codepages. You need to include the appropriate
  185. codepage if you want to be able to read/write these filenames on
  186. DOS/Windows partitions correctly. This does apply to the filenames
  187. only, not to the file contents. You can include several codepages;
  188. say Y here if you want to include the DOS codepage for
  189. Cyrillic/Russian.
  190. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_869
  191. prompt "kmod-nls-codepage-869........... Codepage 869 (Greek)"
  192. tristate
  193. default n
  194. help
  195. The Microsoft FAT file system family can deal with filenames in
  196. native language character sets. These character sets are stored in
  197. so-called DOS codepages. You need to include the appropriate
  198. codepage if you want to be able to read/write these filenames on
  199. DOS/Windows partitions correctly. This does apply to the filenames
  200. only, not to the file contents. You can include several codepages;
  201. say Y here if you want to include the DOS codepage for Greek.
  202. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_874
  203. prompt "kmod-nls-codepage-874........... Codepage 874 (Thai)"
  204. tristate
  205. default n
  206. help
  207. The Microsoft FAT file system family can deal with filenames in
  208. native language character sets. These character sets are stored in
  209. so-called DOS codepages. You need to include the appropriate
  210. codepage if you want to be able to read/write these filenames on
  211. DOS/Windows partitions correctly. This does apply to the filenames
  212. only, not to the file contents. You can include several codepages;
  213. say Y here if you want to include the DOS codepage for Thai.
  214. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_932
  215. prompt "kmod-nls-codepage-932........... Codepage 932 (Japanese)"
  216. tristate
  217. default n
  218. help
  219. The Microsoft FAT file system family can deal with filenames in
  220. native language character sets. These character sets are stored in
  221. so-called DOS codepages. You need to include the appropriate
  222. codepage if you want to be able to read/write these filenames on
  223. DOS/Windows partitions correctly. This does apply to the filenames
  224. only, not to the file contents. You can include several codepages;
  225. say Y here if you want to include the DOS codepage for Shift-JIS
  226. or EUC-JP. To use EUC-JP, you can use 'euc-jp' as mount option or
  227. NLS Default value during kernel configuration, instead of 'cp932'.
  228. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_936
  229. prompt "kmod-nls-codepage-936........... Codepage 936 (Simplified Chinese)"
  230. tristate
  231. default n
  232. help
  233. The Microsoft FAT file system family can deal with filenames in
  234. native language character sets. These character sets are stored in
  235. so-called DOS codepages. You need to include the appropriate
  236. codepage if you want to be able to read/write these filenames on
  237. DOS/Windows partitions correctly. This does apply to the filenames
  238. only, not to the file contents. You can include several codepages;
  239. say Y here if you want to include the DOS codepage for Simplified
  240. Chinese(GBK).
  241. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_949
  242. prompt "kmod-nls-codepage-949........... Codepage 949 (Korean)"
  243. tristate
  244. default n
  245. help
  246. The Microsoft FAT file system family can deal with filenames in
  247. native language character sets. These character sets are stored in
  248. so-called DOS codepages. You need to include the appropriate
  249. codepage if you want to be able to read/write these filenames on
  250. DOS/Windows partitions correctly. This does apply to the filenames
  251. only, not to the file contents. You can include several codepages;
  252. say Y here if you want to include the DOS codepage for UHC.
  253. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_950
  254. prompt "kmod-nls-codepage-950........... Codepage 950 (Traditional Chinese)"
  255. tristate
  256. default n
  257. help
  258. The Microsoft FAT file system family can deal with filenames in
  259. native language character sets. These character sets are stored in
  260. so-called DOS codepages. You need to include the appropriate
  261. codepage if you want to be able to read/write these filenames on
  262. DOS/Windows partitions correctly. This does apply to the filenames
  263. only, not to the file contents. You can include several codepages;
  264. say Y here if you want to include the DOS codepage for Traditional
  265. Chinese(Big5).
  266. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_1250
  267. prompt "kmod-nls-codepage-1250.......... Codepage 1250 (Slavic/Central European)"
  268. tristate
  269. default n
  270. help
  271. If you want to display filenames with native language characters
  272. from the Microsoft FAT file system family or from JOLIET CDROMs
  273. correctly on the screen, you need to include the appropriate
  274. input/output character sets. Say Y here for the Windows CP-1250
  275. character set, which works for most Latin-written Slavic and Central
  276. European languages: Czech, German, Hungarian, Polish, Rumanian, Croatian,
  277. Slovak, Slovene.
  278. config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_1251
  279. prompt "kmod-nls-codepage-1251.......... Codepage 1251 (Bulgarian, Belarusian)"
  280. tristate
  281. default n
  282. help
  283. The Microsoft FAT file system family can deal with filenames in
  284. native language character sets. These character sets are stored in
  285. so-called DOS codepages. You need to include the appropriate
  286. codepage if you want to be able to read/write these filenames on
  287. DOS/Windows partitions correctly. This does apply to the filenames
  288. only, not to the file contents. You can include several codepages;
  289. say Y here if you want to include the DOS codepage for Russian and
  290. Bulgarian and Belarusian.
  291. config ADK_KPACKAGE_KMOD_NLS_ASCII
  292. prompt "kmod-nls-ascii.................. ASCII (United States)"
  293. tristate
  294. default n
  295. help
  296. An ASCII NLS module is needed if you want to override the
  297. DEFAULT NLS with this very basic charset and don't want any
  298. non-ASCII characters to be translated.
  299. config ADK_KPACKAGE_KMOD_NLS_ISO8859_1
  300. prompt "kmod-nls-iso8859-1.............. NLS ISO 8859-1 (Latin-1; Western European Languages)"
  301. tristate
  302. default n
  303. help
  304. If you want to display filenames with native language characters
  305. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  306. correctly on the screen, you need to include the appropriate
  307. input/output character sets. Say Y here for the Latin 1 character
  308. set, which covers most West European languages such as Albanian,
  309. Catalan, Danish, Dutch, English, Faeroese, Finnish, French, German,
  310. Galician, Irish, Icelandic, Italian, Norwegian, Portuguese, Spanish,
  311. and Swedish. It is also the default for the US. If unsure, say Y.
  312. config ADK_KPACKAGE_KMOD_NLS_ISO8859_2
  313. prompt "kmod-nls-iso8859-2.............. NLS ISO 8859-2 (Latin-2; Central European Languages)"
  314. tristate
  315. default n
  316. help
  317. If you want to display filenames with native language characters
  318. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  319. correctly on the screen, you need to include the appropriate
  320. input/output character sets. Say Y here for the Latin 2 character
  321. set, which works for most Latin-written Slavic and Central European
  322. languages: Czech, German, Hungarian, Polish, Rumanian, Croatian,
  323. Slovak, Slovene.
  324. config ADK_KPACKAGE_KMOD_NLS_ISO8859_3
  325. prompt "kmod-nls-iso8859-3.............. NLS ISO 8859-3 (Latin-3; Esperanto, Galician, Maltese, Turkish)"
  326. tristate
  327. default n
  328. help
  329. If you want to display filenames with native language characters
  330. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  331. correctly on the screen, you need to include the appropriate
  332. input/output character sets. Say Y here for the Latin 3 character
  333. set, which is popular with authors of Esperanto, Galician, Maltese,
  334. and Turkish.
  335. config ADK_KPACKAGE_KMOD_NLS_ISO8859_4
  336. prompt "kmod-nls-iso8859-4.............. NLS ISO 8859-4 (Latin-4; old Baltic charset)"
  337. tristate
  338. default n
  339. help
  340. If you want to display filenames with native language characters
  341. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  342. correctly on the screen, you need to include the appropriate
  343. input/output character sets. Say Y here for the Latin 4 character
  344. set which introduces letters for Estonian, Latvian, and
  345. Lithuanian. It is an incomplete predecessor of Latin 7.
  346. config ADK_KPACKAGE_KMOD_NLS_ISO8859_5
  347. prompt "kmod-nls-iso8859-5.............. NLS ISO 8859-5 (Cyrillic)"
  348. tristate
  349. default n
  350. help
  351. If you want to display filenames with native language characters
  352. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  353. correctly on the screen, you need to include the appropriate
  354. input/output character sets. Say Y here for ISO8859-5, a Cyrillic
  355. character set with which you can type Bulgarian, Belarusian,
  356. Macedonian, Russian, Serbian, and Ukrainian. Note that the charset
  357. KOI8-R is preferred in Russia.
  358. config ADK_KPACKAGE_KMOD_NLS_ISO8859_6
  359. prompt "kmod-nls-iso8859-6.............. NLS ISO 8859-6 (Arabic)"
  360. tristate
  361. default n
  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 ISO8859-6, the Arabic
  367. character set.
  368. config ADK_KPACKAGE_KMOD_NLS_ISO8859_7
  369. prompt "kmod-nls-iso8859-7.............. NLS ISO 8859-7 (Greek)"
  370. tristate
  371. default n
  372. help
  373. If you want to display filenames with native language characters
  374. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  375. correctly on the screen, you need to include the appropriate
  376. input/output character sets. Say Y here for ISO8859-7, the Modern
  377. Greek character set.
  378. config ADK_KPACKAGE_KMOD_NLS_ISO8859_8
  379. prompt "kmod-nls-iso8859-8.............. NLS ISO 8859-8 (Hebrew)"
  380. tristate
  381. default n
  382. help
  383. If you want to display filenames with native language characters
  384. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  385. correctly on the screen, you need to include the appropriate
  386. input/output character sets. Say Y here for ISO8859-8, the Hebrew
  387. character set.
  388. config ADK_KPACKAGE_KMOD_NLS_ISO8859_9
  389. prompt "kmod-nls-iso8859-9.............. NLS ISO 8859-9 (Latin-5; Turkish)"
  390. tristate
  391. default n
  392. help
  393. If you want to display filenames with native language characters
  394. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  395. correctly on the screen, you need to include the appropriate
  396. input/output character sets. Say Y here for the Latin 5 character
  397. set, and it replaces the rarely needed Icelandic letters in Latin 1
  398. with the Turkish ones. Useful in Turkey.
  399. config ADK_KPACKAGE_KMOD_NLS_ISO8859_13
  400. prompt "kmod-nls-iso8859-13............. NLS ISO 8859-13 (Latin-7; Baltic Rim)"
  401. tristate
  402. default n
  403. help
  404. If you want to display filenames with native language characters
  405. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  406. correctly on the screen, you need to include the appropriate
  407. input/output character sets. Say Y here for the Latin 7 character
  408. set, which supports modern Baltic languages including Latvian
  409. and Lithuanian.
  410. config ADK_KPACKAGE_KMOD_NLS_ISO8859_14
  411. prompt "kmod-nls-iso8859-14............. NLS ISO 8859-14 (Latin-8; Celtic)"
  412. tristate
  413. default n
  414. help
  415. If you want to display filenames with native language characters
  416. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  417. correctly on the screen, you need to include the appropriate
  418. input/output character sets. Say Y here for the Latin 8 character
  419. set, which adds the last accented vowels for Welsh (aka Cymraeg)
  420. (and Manx Gaelic) that were missing in Latin 1.
  421. <http://linux.speech.cymru.org/> has further information.
  422. config ADK_KPACKAGE_KMOD_NLS_ISO8859_15
  423. prompt "kmod-nls-iso8859-15............. NLS ISO 8859-15 (Latin-9; Western European Languages with Euro)"
  424. tristate
  425. default n
  426. help
  427. If you want to display filenames with native language characters
  428. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  429. correctly on the screen, you need to include the appropriate
  430. input/output character sets. Say Y here for the Latin 9 character
  431. set, which covers most West European languages such as Albanian,
  432. Catalan, Danish, Dutch, English, Estonian, Faeroese, Finnish,
  433. French, German, Galician, Irish, Icelandic, Italian, Norwegian,
  434. Portuguese, Spanish, and Swedish. Latin 9 is an update to
  435. Latin 1 (ISO 8859-1) that removes a handful of rarely used
  436. characters and instead adds support for Estonian, corrects the
  437. support for French and Finnish, and adds the new Euro character.
  438. If unsure, say Y.
  439. config ADK_KPACKAGE_KMOD_NLS_KOI8_R
  440. prompt "kmod-nls-koi8-r................. NLS KOI8-R (Cryllic for Russian and Bulgarian"
  441. tristate
  442. default n
  443. help
  444. If you want to display filenames with native language characters
  445. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  446. correctly on the screen, you need to include the appropriate
  447. input/output character sets. Say Y here for the preferred Russian
  448. character set.
  449. config ADK_KPACKAGE_KMOD_NLS_KOI8_U
  450. prompt "kmod-nls-koi8-u................. NLS KOI8-U (Cyrillic for Russian, Bulgarian and Ukrainian"
  451. tristate
  452. default n
  453. help
  454. If you want to display filenames with native language characters
  455. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  456. correctly on the screen, you need to include the appropriate
  457. input/output character sets. Say Y here for the preferred Ukrainian
  458. (koi8-u) and Belarusian (koi8-ru) character sets.
  459. config ADK_KPACKAGE_KMOD_NLS_UTF8
  460. prompt "kmod-nls-utf8................... NLS UTF8"
  461. tristate
  462. default n
  463. help
  464. If you want to display filenames with native language characters
  465. from the Microsoft FAT file system family or from JOLIET CD-ROMs
  466. correctly on the screen, you need to include the appropriate
  467. input/output character sets. Say Y here for the UTF-8 encoding of
  468. the Unicode/ISO9646 universal character set.
  469. endmenu