blob: 2c27b9a5cd6cef36b87b2203787be4f8f4cf1600 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Gabriel Krisman Bertazi955405d2019-04-25 13:38:44 -04002#
3# UTF-8 normalization
4#
5config UNICODE
6 bool "UTF-8 normalization and casefolding support"
7 help
8 Say Y here to enable UTF-8 NFD normalization and NFD+CF casefolding
9 support.
Gabriel Krisman Bertazif0d6cc02019-04-25 13:56:01 -040010
11config UNICODE_NORMALIZATION_SELFTEST
12 tristate "Test UTF-8 normalization support"
13 depends on UNICODE
14 default n