summaryrefslogtreecommitdiff
path: root/fs/unicode/utf8-core.c
Commit message (Expand)AuthorAgeFilesLines
* unicode: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
* unicode: Add utf8-data moduleChristoph Hellwig2021-10-121-8/+31
* unicode: cache the normalization tables in struct unicode_mapChristoph Hellwig2021-10-111-18/+19
* unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig2021-10-111-45/+5
* unicode: remove the charset field from struct unicode_mapChristoph Hellwig2021-10-111-3/+0
* unicode: Add utf8_casefold_hashDaniel Rosenberg2020-09-101-1/+22
* unicode: make array 'token' static const, makes object smallerColin Ian King2019-09-171-1/+1
* ext4: optimize case-insensitive lookupsGabriel Krisman Bertazi2019-06-191-0/+28
* unicode: implement higher level API for string handlingGabriel Krisman Bertazi2019-04-251-0/+187