2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2019-04-26 01:38:44 +08:00
|
|
|
#
|
|
|
|
# UTF-8 normalization
|
|
|
|
#
|
|
|
|
config UNICODE
|
2022-01-18 14:56:14 +08:00
|
|
|
tristate "UTF-8 normalization and casefolding support"
|
2019-04-26 01:38:44 +08:00
|
|
|
help
|
|
|
|
Say Y here to enable UTF-8 NFD normalization and NFD+CF casefolding
|
2022-01-18 14:56:14 +08:00
|
|
|
support. If you say M here the large table of case foldings will
|
|
|
|
be a separate loadable module that gets requested only when a file
|
|
|
|
system actually use it.
|
2021-09-15 15:00:05 +08:00
|
|
|
|
2019-04-26 01:56:01 +08:00
|
|
|
config UNICODE_NORMALIZATION_SELFTEST
|
|
|
|
tristate "Test UTF-8 normalization support"
|
2022-01-18 14:56:14 +08:00
|
|
|
depends on UNICODE
|