2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2019-04-25 17:38:44 +00:00
|
|
|
#
|
|
|
|
# UTF-8 normalization
|
|
|
|
#
|
|
|
|
config UNICODE
|
2022-01-18 06:56:14 +00:00
|
|
|
tristate "UTF-8 normalization and casefolding support"
|
2019-04-25 17:38:44 +00:00
|
|
|
help
|
|
|
|
Say Y here to enable UTF-8 NFD normalization and NFD+CF casefolding
|
2022-01-18 06:56:14 +00: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 07:00:05 +00:00
|
|
|
|
2019-04-25 17:56:01 +00:00
|
|
|
config UNICODE_NORMALIZATION_SELFTEST
|
|
|
|
tristate "Test UTF-8 normalization support"
|
2022-01-18 06:56:14 +00:00
|
|
|
depends on UNICODE
|