Config.in.nls 22 KB

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