Kconfig (1da177e4c3f41524e886b7f1b8a0c1fc7321cac2) Kconfig (4de151d8cd2553e7e89044ab5d72fcad4eb04afb)
1#
2# Native language support configuration
3#
4
5menu "Native Language Support"
6
7config NLS
8 tristate "Base native language support"

--- 477 unchanged lines hidden (view full) ---

486 help
487 If you want to display filenames with native language characters
488 from the Microsoft FAT file system family or from JOLIET CD-ROMs
489 correctly on the screen, you need to include the appropriate
490 input/output character sets. Say Y here for the preferred Ukrainian
491 (koi8-u) and Belarusian (koi8-ru) character sets.
492
493config NLS_UTF8
1#
2# Native language support configuration
3#
4
5menu "Native Language Support"
6
7config NLS
8 tristate "Base native language support"

--- 477 unchanged lines hidden (view full) ---

486 help
487 If you want to display filenames with native language characters
488 from the Microsoft FAT file system family or from JOLIET CD-ROMs
489 correctly on the screen, you need to include the appropriate
490 input/output character sets. Say Y here for the preferred Ukrainian
491 (koi8-u) and Belarusian (koi8-ru) character sets.
492
493config NLS_UTF8
494 tristate "NLS UTF8"
494 tristate "NLS UTF-8"
495 depends on NLS
496 help
497 If you want to display filenames with native language characters
498 from the Microsoft FAT file system family or from JOLIET CD-ROMs
499 correctly on the screen, you need to include the appropriate
500 input/output character sets. Say Y here for the UTF-8 encoding of
501 the Unicode/ISO9646 universal character set.
502
503endmenu
504
495 depends on NLS
496 help
497 If you want to display filenames with native language characters
498 from the Microsoft FAT file system family or from JOLIET CD-ROMs
499 correctly on the screen, you need to include the appropriate
500 input/output character sets. Say Y here for the UTF-8 encoding of
501 the Unicode/ISO9646 universal character set.
502
503endmenu
504