Path to this page:
./
textproc/libunistring,
Unicode string library
Branch: CURRENT,
Version: 1.4.2,
Package name: libunistring-1.4.2,
Maintainer: pkgsrc-userslibunistring 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).
Master sites: (Expand)
Filesize: 4928.323 KB
Version history: (Expand)
- (2026-04-09) Updated to version: libunistring-1.4.2
- (2024-02-25) Updated to version: libunistring-1.2
- (2022-10-24) Updated to version: libunistring-1.1
- (2022-01-14) Updated to version: libunistring-1.0
- (2021-11-12) Updated to version: libunistring-0.9.10nb1
- (2018-05-27) Updated to version: libunistring-0.9.10
CVS history: (Expand)
| 2026-08-07 11:03:53 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
libunistring: fix for iconv detection on Darwin
|
| 2026-04-09 10:29:21 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libunistring: remove patch
rejected upstream
Should be submitted as a gnulib bug report if it's still relevant,
with more details.
|
| 2026-04-09 10:28:52 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libunistring: remove patch
rejected upstream
Should be submitted as a gnulib bug report if it's still relevant,
with more details.
|
2026-04-09 08:00:42 by Thomas Klausner | Files touched by this commit (1) |  |
Log message:
libunistring: follow-up commit
The previous update reset MAINTAINER, on his request.
|
| 2026-04-09 07:59:30 by Thomas Klausner | Files touched by this commit (2) |
Log message:
libunistring: add upstream bug report URL
|
2026-04-09 07:56:05 by Thomas Klausner | Files touched by this commit (7) |  |
Log message:
libunistring: update to 1.4.2.
New in 1.4.2:
* Fixed a build failure on systems with glibc 2.43.
New in 1.4.1:
* Fixed a compilation error in C++ mode.
New in 1.4:
* The data tables and algorithms have been updated to Unicode version 17.0.0.
* Fixed a bug: The functions u*_grapheme_next and u*_grapheme_prev did not
work right for strings with Indic characters, Emojis, or regional indicators.
New in 1.3:
* The data tables and algorithms have been updated to Unicode version 16.0.0.
* New function
uc_is_property_modifier_combining_mark
and new constant
UC_PROPERTY_MODIFIER_COMBINING_MARK.
* Fixed a bug in the *printf functions: The %ls and %lc directives could
lead to a crash on Solaris and MSVC.
|
| 2025-10-05 16:51:47 by Jonathan Schleifer | Files touched by this commit (1) |
Log message:
Forgot to run make mps after adding comment
|
| 2025-10-05 16:51:09 by Jonathan Schleifer | Files touched by this commit (2) |
Log message:
textproc/libunistring: Fix compiling on QNX
|