1 # SPDX-License-Identifier: GPL-2.0-only 1 # SPDX-License-Identifier: GPL-2.0-only 2 # 2 # 3 # UTF-8 normalization 3 # UTF-8 normalization 4 # 4 # 5 config UNICODE 5 config UNICODE 6 tristate "UTF-8 normalization and case !! 6 bool "UTF-8 normalization and casefolding support" 7 help 7 help 8 Say Y here to enable UTF-8 NFD norma 8 Say Y here to enable UTF-8 NFD normalization and NFD+CF casefolding 9 support. If you say M here the larg !! 9 support. 10 be a separate loadable module that g << 11 system actually use it. << 12 10 13 config UNICODE_NORMALIZATION_SELFTEST 11 config UNICODE_NORMALIZATION_SELFTEST 14 tristate "Test UTF-8 normalization sup 12 tristate "Test UTF-8 normalization support" 15 depends on UNICODE 13 depends on UNICODE >> 14 default n
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.