aboutsummaryrefslogtreecommitdiff
path: root/fs/unicode/utf8-norm.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-12unicode: only export internal symbols for the selftestsGravatar Christoph Hellwig 1-4/+7
2021-10-12unicode: Add utf8-data moduleGravatar Christoph Hellwig 1-39/+9
2021-10-11unicode: cache the normalization tables in struct unicode_mapGravatar Christoph Hellwig 1-25/+20
2021-10-11unicode: move utf8cursor to utf8-selftest.cGravatar Christoph Hellwig 1-16/+0
2021-10-11unicode: simplify utf8lenGravatar Christoph Hellwig 1-30/+0
2021-10-11unicode: remove the unused utf8{,n}age{min,max} functionsGravatar Christoph Hellwig 1-113/+0
2021-10-11unicode: pass a UNICODE_AGE() tripple to utf8_loadGravatar Christoph Hellwig 1-9/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 294Gravatar Thomas Gleixner 1-10/+1
2019-05-12unicode: add missing check for an error return from utf8lookup()Gravatar Theodore Ts'o 1-0/+2
2019-04-25unicode: implement higher level API for string handlingGravatar Gabriel Krisman Bertazi 1-0/+6
2019-04-25unicode: reduce the size of utf8data[]Gravatar Olaf Weber 1-20/+171
2019-04-25unicode: introduce code for UTF-8 normalizationGravatar Olaf Weber 1-0/+642