| Commit message (Expand) | Author | Age | Files | Lines |
* | unicode: only export internal symbols for the selftests | Christoph Hellwig | 2021-10-12 | 1 | -4/+7 |
* | unicode: Add utf8-data module | Christoph Hellwig | 2021-10-12 | 1 | -39/+9 |
* | unicode: cache the normalization tables in struct unicode_map | Christoph Hellwig | 2021-10-11 | 1 | -25/+20 |
* | unicode: move utf8cursor to utf8-selftest.c | Christoph Hellwig | 2021-10-11 | 1 | -16/+0 |
* | unicode: simplify utf8len | Christoph Hellwig | 2021-10-11 | 1 | -30/+0 |
* | unicode: remove the unused utf8{,n}age{min,max} functions | Christoph Hellwig | 2021-10-11 | 1 | -113/+0 |
* | unicode: pass a UNICODE_AGE() tripple to utf8_load | Christoph Hellwig | 2021-10-11 | 1 | -9/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 294 | Thomas Gleixner | 2019-06-05 | 1 | -10/+1 |
* | unicode: add missing check for an error return from utf8lookup() | Theodore Ts'o | 2019-05-12 | 1 | -0/+2 |
* | unicode: implement higher level API for string handling | Gabriel Krisman Bertazi | 2019-04-25 | 1 | -0/+6 |
* | unicode: reduce the size of utf8data[] | Olaf Weber | 2019-04-25 | 1 | -20/+171 |
* | unicode: introduce code for UTF-8 normalization | Olaf Weber | 2019-04-25 | 1 | -0/+642 |