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