diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-08-22 15:49:36 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-08-22 15:49:36 -0700 |
| commit | e13629f4df7e7159d82b11e43149308978103ec9 (patch) | |
| tree | 772bfba422f771fa915565287a3ef6f5d16f8b96 /include/linux | |
| parent | 66fb95a521110da673090294561844c9f76ebe64 (diff) | |
| parent | a511442085c140da9cdbe60e3f0fab1c71480801 (diff) | |
Merge tag 'unicode-for-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode
Pull unicode updates from Gabriel Krisman Bertazi:
"Two minor fixes:
- Remove the normalization function that we no longer use (David Alan
Gilbert))
- Fix a parsing issue in the encoding version argument passed by
filesystems (me)"
* tag 'unicode-for-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode:
unicode: Properly reject invalid encoding version strings
utf8: Remove unused utf8_normalize
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/unicode.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/unicode.h b/include/linux/unicode.h index 5e6b212a2aed..64fa44fe180c 100644 --- a/include/linux/unicode.h +++ b/include/linux/unicode.h @@ -66,9 +66,6 @@ int utf8_strncasecmp_folded(const struct unicode_map *um, const struct qstr *cf, const struct qstr *s1); -int utf8_normalize(const struct unicode_map *um, const struct qstr *str, - unsigned char *dest, size_t dlen); - int utf8_casefold(const struct unicode_map *um, const struct qstr *str, unsigned char *dest, size_t dlen); |
