summaryrefslogtreecommitdiffstats
path: root/fs/unicode/utf8-norm.c
Commit message (Expand)AuthorAgeFilesLines
* unicode: only export internal symbols for the selftestsChristoph Hellwig2021-10-121-4/+7
* unicode: Add utf8-data moduleChristoph Hellwig2021-10-121-39/+9
* unicode: cache the normalization tables in struct unicode_mapChristoph Hellwig2021-10-111-25/+20
* unicode: move utf8cursor to utf8-selftest.cChristoph Hellwig2021-10-111-16/+0
* unicode: simplify utf8lenChristoph Hellwig2021-10-111-30/+0
* unicode: remove the unused utf8{,n}age{min,max} functionsChristoph Hellwig2021-10-111-113/+0
* unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig2021-10-111-9/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 294Thomas Gleixner2019-06-051-10/+1
* unicode: add missing check for an error return from utf8lookup()Theodore Ts'o2019-05-121-0/+2
* unicode: implement higher level API for string handlingGabriel Krisman Bertazi2019-04-251-0/+6
* unicode: reduce the size of utf8data[]Olaf Weber2019-04-251-20/+171
* unicode: introduce code for UTF-8 normalizationOlaf Weber2019-04-251-0/+642