aboutsummaryrefslogtreecommitdiff
path: root/fs/unicode/utf8-core.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-12unicode: Add utf8-data moduleGravatar Christoph Hellwig 1-8/+31
2021-10-11unicode: cache the normalization tables in struct unicode_mapGravatar Christoph Hellwig 1-18/+19
2021-10-11unicode: pass a UNICODE_AGE() tripple to utf8_loadGravatar Christoph Hellwig 1-45/+5
2021-10-11unicode: remove the charset field from struct unicode_mapGravatar Christoph Hellwig 1-3/+0
2020-09-10unicode: Add utf8_casefold_hashGravatar Daniel Rosenberg 1-1/+22
2019-09-17unicode: make array 'token' static const, makes object smallerGravatar Colin Ian King 1-1/+1
2019-06-19ext4: optimize case-insensitive lookupsGravatar Gabriel Krisman Bertazi 1-0/+28
2019-04-25unicode: implement higher level API for string handlingGravatar Gabriel Krisman Bertazi 1-0/+187