# SPDX-License-Identifier: GPL-2.0-only # # UTF-8 normalization # config [31mCONFIG_UNICODE[0m bool "UTF-8 normalization and casefolding support" help Say Y here to enable UTF-8 NFD normalization and NFD+CF casefolding support. config [31mCONFIG_UNICODE_NORMALIZATION_SELFTEST[0m tristate "Test UTF-8 normalization support" depends on [31mCONFIG_UNICODE[0m default n |