aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/unicode/utf8-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-22Merge tag 'unicode-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicodeLinus Torvalds1-1/+1
2024-10-28unicode: Recreate utf8_parse_version()André Almeida1-0/+26
2024-09-03unicode: Fix utf8_load() error pathAndré Almeida1-1/+1
2023-04-13unicode: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2021-10-12unicode: Add utf8-data moduleChristoph Hellwig1-8/+31
2021-10-11unicode: cache the normalization tables in struct unicode_mapChristoph Hellwig1-18/+19
2021-10-11unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig1-45/+5
2021-10-11unicode: remove the charset field from struct unicode_mapChristoph Hellwig1-3/+0
2020-09-10unicode: Add utf8_casefold_hashDaniel Rosenberg1-1/+22
2019-09-17unicode: make array 'token' static const, makes object smallerColin Ian King1-1/+1
2019-06-19ext4: optimize case-insensitive lookupsGabriel Krisman Bertazi1-0/+28
2019-04-25unicode: implement higher level API for string handlingGabriel Krisman Bertazi1-0/+187