Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-17 | converters/utf8proc: Update to 2.2.0 | minskim | 1 | -2/+2 | |
Changes: - Unicode 11 support - utf8proc_NFKC_Casefold convenience function for NFKC_Casefold normalization - UTF8PROC_STRIPNA option to strip unassigned codepoints. - Support building static libraries on Windows (callers need to #define UTF8PROC_STATIC) - cmake fix to avoid defining UTF8PROC_EXPORTS globally - toupper of U+00df now yields U+1E9E, similar to musl; case-folding still yields the standard "ss" mapping. - utf8proc_charwidth now returns 1 for U+00AD (soft hyphen) and for unassigned/PUA codepoints. | |||||
2018-05-21 | utf8proc: use correct shared library installation | adam | 1 | -20/+1 | |
2018-05-21 | utf8proc: fix shared library name on Darwin | adam | 1 | -1/+7 | |
2018-04-30 | converters/utf8proc: Import version 2.1.1 | minskim | 1 | -0/+30 | |
utf8proc is a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding, supporting Unicode version 9.0. |