brintos

brintos / linux-shallow public Read only

0
0
Text · 484 B · da786a6 Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# UTF-8 normalization4#5config UNICODE6	tristate "UTF-8 normalization and casefolding support"7	help8	  Say Y here to enable UTF-8 NFD normalization and NFD+CF casefolding9	  support.  If you say M here the large table of case foldings will10	  be a separate loadable module that gets requested only when a file11	  system actually use it.12 13config UNICODE_NORMALIZATION_SELFTEST14	tristate "Test UTF-8 normalization support"15	depends on UNICODE16