summaryrefslogtreecommitdiffstats
path: root/fs/unicode/utf8-selftest.c
Commit message (Collapse)AuthorAgeFilesLines
* unicode: update unicode database unicode version 12.1.0Gabriel Krisman Bertazi2019-04-251-4/+4
| | | | | | | | Regenerate utf8data.h based on the latest UCD files and run tests against the latest version. Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
* unicode: introduce test module for normalized utf8 implementationGabriel Krisman Bertazi2019-04-251-0/+320
This implements a in-kernel sanity test module for the utf8 normalization core. At probe time, it will run basic sequences through the utf8n core, to identify problems will equivalent sequences and normalization/casefold code. This is supposed to be useful for regression testing when adding support for a new version of utf8 to linux. Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.co.uk> Signed-off-by: Theodore Ts'o <tytso@mit.edu>