GNU libunistring - Summary
This software is part of the GNU Project.
This library 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).
Registration Date: Fri 13 Mar 2009 02:06:16 AM UTC
License: GNU Lesser General Public License
Development Status: 3 - Alpha
posted by haible, Wed 16 Oct 2024 06:49:44 PM UTC
Download from https://ftp.gnu.org/gnu/libunistring/libunistring-1.3.tar.gz
This is a stable release.
New in this release:
- 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.
posted by haible, Sat 24 Feb 2024 04:38:25 PM UTC
Download from https://ftp.gnu.org/gnu/libunistring/libunistring-1.2.tar.gz
This is a stable release.
New in this release:
- The data tables and algorithms have been updated to Unicode version 15.1.0.
- New functions u8_pcpy, u16_pcpy, u32_pcpy, similar to mempcpy.
posted by haible, Tue 04 Jan 2022 10:48:04 PM UTC
Download from https://ftp.gnu.org/gnu/libunistring/libunistring-1.0.tar.gz
This is a stable release.
New in this release:
- The license has changed from "LGPLv3+ or GPLv2" to "LGPLv3+ or GPLv2+".
- The data tables and algorithms have been updated to Unicode version 14.0.0.
- Browse open items
Submit a new item
Powered by Savane 3.14-8aba.
Corresponding source code