Gabriel Krisman Bertazi | 955405d | 2019-04-25 13:38:44 -0400 | [diff] [blame] | 1 | # |
2 | # UTF-8 normalization | ||||
3 | # | ||||
4 | config UNICODE | ||||
5 | bool "UTF-8 normalization and casefolding support" | ||||
6 | help | ||||
7 | Say Y here to enable UTF-8 NFD normalization and NFD+CF casefolding | ||||
8 | support. | ||||
Gabriel Krisman Bertazi | f0d6cc0 | 2019-04-25 13:56:01 -0400 | [diff] [blame] | 9 | |
10 | config UNICODE_NORMALIZATION_SELFTEST | ||||
11 | tristate "Test UTF-8 normalization support" | ||||
12 | depends on UNICODE | ||||
13 | default n |