⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 kconfig

📁 linux 内核源代码
💻
📖 第 1 页 / 共 2 页
字号:
## Native language support configuration#menuconfig NLS	tristate "Native language support"	---help---	  The base Native Language Support. A number of filesystems	  depend on it (e.g. FAT, JOLIET, NT, BEOS filesystems), as well	  as the ability of some filesystems to use native languages	  (NCP, SMB).	  If unsure, say Y.	  To compile this code as a module, choose M here: the module	  will be called nls_base.if NLSconfig NLS_DEFAULT	string "Default NLS Option"	default "iso8859-1"	---help---	  The default NLS used when mounting file system. Note, that this is	  the NLS used by your console, not the NLS used by a specific file	  system (if different) to store data (filenames) on a disk.	  Currently, the valid values are:	  big5, cp437, cp737, cp775, cp850, cp852, cp855, cp857, cp860, cp861,	  cp862, cp863, cp864, cp865, cp866, cp869, cp874, cp932, cp936,	  cp949, cp950, cp1251, cp1255, euc-jp, euc-kr, gb2312, iso8859-1,	  iso8859-2, iso8859-3, iso8859-4, iso8859-5, iso8859-6, iso8859-7,	  iso8859-8, iso8859-9, iso8859-13, iso8859-14, iso8859-15,	  koi8-r, koi8-ru, koi8-u, sjis, tis-620, utf8.	  If you specify a wrong value, it will use the built-in NLS;	  compatible with iso8859-1.	  If unsure, specify it as "iso8859-1".config NLS_CODEPAGE_437	tristate "Codepage 437 (United States, Canada)"	help	  The Microsoft FAT file system family can deal with filenames in	  native language character sets. These character sets are stored	  in so-called DOS codepages. You need to include the appropriate	  codepage if you want to be able to read/write these filenames on	  DOS/Windows partitions correctly. This does apply to the filenames	  only, not to the file contents. You can include several codepages;	  say Y here if you want to include the DOS codepage that is used in	  the United States and parts of Canada. This is recommended.config NLS_CODEPAGE_737	tristate "Codepage 737 (Greek)"	help	  The Microsoft FAT file system family can deal with filenames in	  native language character sets. These character sets are stored	  in so-called DOS codepages. You need to include the appropriate	  codepage if you want to be able to read/write these filenames on	  DOS/Windows partitions correctly. This does apply to the filenames	  only, not to the file contents. You can include several codepages;	  say Y here if you want to include the DOS codepage that is used for	  Greek. If unsure, say N.config NLS_CODEPAGE_775	tristate "Codepage 775 (Baltic Rim)"	help	  The Microsoft FAT file system family can deal with filenames in	  native language character sets. These character sets are stored	  in so-called DOS codepages. You need to include the appropriate	  codepage if you want to be able to read/write these filenames on	  DOS/Windows partitions correctly. This does apply to the filenames	  only, not to the file contents. You can include several codepages;	  say Y here if you want to include the DOS codepage that is used	  for the Baltic Rim Languages (Latvian and Lithuanian). If unsure,	  say N.config NLS_CODEPAGE_850	tristate "Codepage 850 (Europe)"	---help---	  The Microsoft FAT file system family can deal with filenames in	  native language character sets. These character sets are stored in	  so-called DOS codepages. You need to include the appropriate	  codepage if you want to be able to read/write these filenames on	  DOS/Windows partitions correctly. This does apply to the filenames	  only, not to the file contents. You can include several codepages;	  say Y here if you want to include the DOS codepage that is used for	  much of Europe -- United Kingdom, Germany, Spain, Italy, and [add	  more countries here]. It has some characters useful to many European	  languages that are not part of the US codepage 437.	  If unsure, say Y.config NLS_CODEPAGE_852	tristate "Codepage 852 (Central/Eastern Europe)"	---help---	  The Microsoft FAT file system family can deal with filenames in	  native language character sets. These character sets are stored in	  so-called DOS codepages. You need to include the appropriate	  codepage if you want to be able to read/write these filenames on	  DOS/Windows partitions correctly. This does apply to the filenames	  only, not to the file contents. You can include several codepages;	  say Y here if you want to include the Latin 2 codepage used by DOS	  for much of Central and Eastern Europe. It has all the required	  characters for these languages: Albanian, Croatian, Czech, English,	  Finnish, Hungarian, Irish, German, Polish, Romanian, Serbian (Latin	  transcription), Slovak, Slovenian, and Sorbian.config NLS_CODEPAGE_855	tristate "Codepage 855 (Cyrillic)"	help	  The Microsoft FAT file system family can deal with filenames in	  native language character sets. These character sets are stored in	  so-called DOS codepages. You need to include the appropriate	  codepage if you want to be able to read/write these filenames on	  DOS/Windows partitions correctly. This does apply to the filenames	  only, not to the file contents. You can include several codepages;	  say Y here if you want to include the DOS codepage for Cyrillic.config NLS_CODEPAGE_857	tristate "Codepage 857 (Turkish)"	help	  The Microsoft FAT file system family can deal with filenames in	  native language character sets. These character sets are stored in	  so-called DOS codepages. You need to include the appropriate	  codepage if you want to be able to read/write these filenames on	  DOS/Windows partitions correctly. This does apply to the filenames	  only, not to the file contents. You can include several codepages;	  say Y here if you want to include the DOS codepage for Turkish.config NLS_CODEPAGE_860	tristate "Codepage 860 (Portuguese)"	help	  The Microsoft FAT file system family can deal with filenames in	  native language character sets. These character sets are stored in	  so-called DOS codepages. You need to include the appropriate	  codepage if you want to be able to read/write these filenames on	  DOS/Windows partitions correctly. This does apply to the filenames	  only, not to the file contents. You can include several codepages;	  say Y here if you want to include the DOS codepage for Portuguese.config NLS_CODEPAGE_861	tristate "Codepage 861 (Icelandic)"	help	  The Microsoft FAT file system family can deal with filenames in	  native language character sets. These character sets are stored in	  so-called DOS codepages. You need to include the appropriate	  codepage if you want to be able to read/write these filenames on	  DOS/Windows partitions correctly. This does apply to the filenames	  only, not to the file contents. You can include several codepages;	  say Y here if you want to include the DOS codepage for Icelandic.config NLS_CODEPAGE_862	tristate "Codepage 862 (Hebrew)"	help	  The Microsoft FAT file system family can deal with filenames in	  native language character sets. These character sets are stored in	  so-called DOS codepages. You need to include the appropriate	  codepage if you want to be able to read/write these filenames on	  DOS/Windows partitions correctly. This does apply to the filenames	  only, not to the file contents. You can include several codepages;	  say Y here if you want to include the DOS codepage for Hebrew.config NLS_CODEPAGE_863	tristate "Codepage 863 (Canadian French)"	help	  The Microsoft FAT file system family can deal with filenames in	  native language character sets. These character sets are stored in	  so-called DOS codepages. You need to include the appropriate	  codepage if you want to be able to read/write these filenames on	  DOS/Windows partitions correctly. This does apply to the filenames	  only, not to the file contents. You can include several codepages;	  say Y here if you want to include the DOS codepage for Canadian	  French.config NLS_CODEPAGE_864	tristate "Codepage 864 (Arabic)"	help	  The Microsoft FAT file system family can deal with filenames in	  native language character sets. These character sets are stored in	  so-called DOS codepages. You need to include the appropriate	  codepage if you want to be able to read/write these filenames on	  DOS/Windows partitions correctly. This does apply to the filenames	  only, not to the file contents. You can include several codepages;	  say Y here if you want to include the DOS codepage for Arabic.config NLS_CODEPAGE_865	tristate "Codepage 865 (Norwegian, Danish)"	help	  The Microsoft FAT file system family can deal with filenames in	  native language character sets. These character sets are stored in	  so-called DOS codepages. You need to include the appropriate	  codepage if you want to be able to read/write these filenames on	  DOS/Windows partitions correctly. This does apply to the filenames	  only, not to the file contents. You can include several codepages;	  say Y here if you want to include the DOS codepage for the Nordic	  European countries.config NLS_CODEPAGE_866	tristate "Codepage 866 (Cyrillic/Russian)"	help	  The Microsoft FAT file system family can deal with filenames in	  native language character sets. These character sets are stored in	  so-called DOS codepages. You need to include the appropriate	  codepage if you want to be able to read/write these filenames on	  DOS/Windows partitions correctly. This does apply to the filenames	  only, not to the file contents. You can include several codepages;	  say Y here if you want to include the DOS codepage for	  Cyrillic/Russian.config NLS_CODEPAGE_869	tristate "Codepage 869 (Greek)"	help	  The Microsoft FAT file system family can deal with filenames in	  native language character sets. These character sets are stored in	  so-called DOS codepages. You need to include the appropriate	  codepage if you want to be able to read/write these filenames on	  DOS/Windows partitions correctly. This does apply to the filenames	  only, not to the file contents. You can include several codepages;	  say Y here if you want to include the DOS codepage for Greek.config NLS_CODEPAGE_936	tristate "Simplified Chinese charset (CP936, GB2312)"	help	  The Microsoft FAT file system family can deal with filenames in	  native language character sets. These character sets are stored in	  so-called DOS codepages. You need to include the appropriate	  codepage if you want to be able to read/write these filenames on	  DOS/Windows partitions correctly. This does apply to the filenames	  only, not to the file contents. You can include several codepages;	  say Y here if you want to include the DOS codepage for Simplified	  Chinese(GBK).config NLS_CODEPAGE_950	tristate "Traditional Chinese charset (Big5)"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -