2020-11-30 11:54:03 by Michael Baeuerle | Files touched by this commit (1) |
Log message:
converters/utf8proc: Update ABI version of library
|
2020-11-29 19:11:13 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
utf8proc: update to 2.6.0.
## Version 2.6 ##
2020-11-23
- New `utf8proc_islower` and `utf8proc_isupper` functions ([#196]).
- Bugfix for manual calls to `grapheme_break_extended` for initial characters \
([#205]).
- Various build and portability improvements.
|
2020-06-04 18:46:35 by Michael Baeuerle | Files touched by this commit (5) |
Log message:
converters/utf8proc: Add support for pkg-config, Reduce build dependencies
- Drop cmake
Drive libtool directly (utf8proc can be build with a single compiler call).
This removes the C++11 build dependency for cmake (C99 is now sufficient)
and more build dependencies that are at least an order of magnitude larger
than utf8proc itself.
- Drop patch for cmake
- Add support for pkg-config
Install "libutf8proc.pc".
- Bump PKGREVISION for additional installed files.
- Remove supported Unicode version from DESCR
Was not maintained in the past
- Take maintainership
OK from minskim@
OK from wiz@ (as long as I am MAINTAINER)
|
2020-03-31 19:36:19 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
utf8proc: update to 2.5.0.
## Version 2.5 ##
2019-03-27
- Unicode 13 support ([#179]).
- No longer report zero width for category Sk ([#167]).
- `cmake` support improvements ([#173]).
|
2019-05-21 19:52:24 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
utf8proc: update to 2.4.0.
## Version 2.4 ##
2019-05-10
- Unicode 12.1 support ([#156]).
- New `-DUTF8PROC_INSTALL=No` option for `cmake` builds to disable installation \
([#152]).
- Better `make` support for HP-UX ([#154]).
- Fixed incorrect `UTF8PROC_VERSION_MINOR` version number in header and bumped \
shared-library version.
|
2019-04-01 15:19:46 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
utf8proc: update to 2.3.0.
## Version 2.3 ##
2019-03-30
- Unicode 12 support ([#148]).
- New function `utf8proc_unicode_version` to return the supported Unicode \
version ([#151]).
- Simpler character-width computation that no longer uses GNU Unifont metrics: \
East-Asian wide
characters have width 2, and all other printable characters have width 1 ([#150]).
- Fix `CHARBOUND` option for `utf8proc_map` to preserve U+FFFE and U+FFFF \
non-characters ([#149]).
- Various build-system improvements ([#141], [#142], [#147]).
|
2018-08-17 17:22:37 by Min Sik Kim | Files touched by this commit (3) |
Log message:
converters/utf8proc: Update to 2.2.0
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 19:49:50 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
utf8proc: use correct shared library installation
|
2018-05-21 19:02:42 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
utf8proc: fix shared library name on Darwin
|
2018-04-30 21:31:48 by Min Sik Kim | Files touched by this commit (5) |
Log message:
converters/utf8proc: Import version 2.1.1
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.
|