Path to this page:
./
textproc/libunistring,
Unicode string library
Branch: CURRENT,
Version: 0.9.10,
Package name: libunistring-0.9.10,
Maintainer: gdtlibunistring provides a library that implements Unicode strings (in
three flavours: UTF-8 strings, UTF-16 strings, UTF-32 strings),
together with functions for Unicode charactets (character names,
classifications, properties) and functions for string processing
(formatted output, width, word breaks, line breaks, normalization,
case folding, regular expressions).
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 1e7493a3ad8c4a1e514600b768c7229576fe5125
RMD160: d64da9245ed843c62d69c76498146bc87787c37d
Filesize: 3657.045 KB
Version history: (Expand)
- (2018-05-27) Updated to version: libunistring-0.9.10
- (2018-03-13) Updated to version: libunistring-0.9.9
- (2018-01-10) Updated to version: libunistring-0.9.8
- (2017-11-23) Package has been reborn
- (2016-12-12) Updated to version: libunistring-0.9.7
- (2015-07-09) Updated to version: libunistring-0.9.6
CVS history: (Expand)
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2018-05-27 14:38:20 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
libunistring: update to 0.9.10.
New in 0.9.10:
* The functions
u8_casing_prefix_context, u8_casing_prefixes_context,
u8_casing_suffix_context, u8_casing_suffixes_context,
u16_casing_prefix_context, u16_casing_prefixes_context,
u16_casing_suffix_context, u16_casing_suffixes_context,
u32_casing_prefix_context, u32_casing_prefixes_context,
u32_casing_suffix_context, u32_casing_suffixes_context,
that are documented since version 0.9.1, are now actually implemented.
|
2018-03-11 19:02:11 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
libunistring: update to 0.9.9.
New in 0.9.9:
* Fixed a multithread-safety bug.
|
2018-01-10 11:41:32 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
libunistring: update to 0.9.8.
New in 0.9.8:
* The data tables and line breaking algorithm have been updated to Unicode
version 9.0.0.
* In the include file unigbrk.h, the function uc_grapheme_breaks has
been added to accommodate the new UAX#29 rules involving 3 or more
consecutive characters.
|
2016-12-12 15:18:17 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Updated libunistring to 0.9.7.
New in 0.9.7:
* The license has changed from LGPLv3+ to "LGPLv3+ or GPLv2"
|
2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797) |
Log message:
Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-07-09 16:04:28 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Update to 0.9.6:
New in 0.9.6:
* The data tables and line breaking algorithm have been updated to Unicode
version 8.0.0.
|
2015-02-21 10:11:09 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Update to 0.9.5:
New in 0.9.5:
* The data tables and line breaking algorithm have been updated to Unicode
version 7.0.0.
* In the include file uniname.h, the function unicode_name_character
has been extended to look for name aliases.
|