blob: b560a879edf72cd1ab09209edbdd831031e6abf6 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001#
2# UTF-8 normalization
3#
4config UNICODE
5 bool "UTF-8 normalization and casefolding support"
6 help
7 Say Y here to enable UTF-8 NFD normalization and NFD+CF casefolding
8 support.
9
10config UNICODE_NORMALIZATION_SELFTEST
11 tristate "Test UTF-8 normalization support"
12 depends on UNICODE
13 default n