mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
Due to the unicode data tables, this is a pretty large library,
adding ~340K to the binary size (ie a 50% increase on some targets)
Note that nothing in-tree actually _uses_ utf8proc yet. The plan:
1) In the metadata parser, fully normalize+compose all strings.
2) When looking up font glyphs, if we do not find an exact
match for the codepoint, try to decompose and render the result.
3) Normalize all filenames as we read them, ie before we store them
in lists or compare filenames/pathnames.
4) Use utf8proc for casefolding-aware sorting (on native devices)
Change-Id: I2252cee3e7891d12ff37867231aa2c20353f857b
6 lines
198 B
Text
6 lines
198 B
Text
Source imported from upstream git:
|
|
|
|
v2.11.3 - e5e799221b45bbb90f5fdc5c69b6b8dfbf017e78
|
|
|
|
Minor modifications to silence build warnings with our toolchains and
|
|
disable functions that require malloc()
|