From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111213 invoked by alias); 21 Aug 2018 09:28:02 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Return-Path: Received: (qmail 119956 invoked by uid 89); 21 Aug 2018 07:30:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=chinese, Chinese, DETAILS, Latin X-HELO: lb3-smtp-cloud9.xs4all.net MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Tue, 21 Aug 2018 09:28:00 -0000 From: waterlan To: cygwin-announce@cygwin.com Subject: Updated: libunistring 0.9.10-1 Message-ID: X-Sender: waterlan@xs4all.nl User-Agent: XS4ALL Webmail X-SW-Source: 2018-08/txt/msg00023.txt.bz2 libunistring (source package) libunistring2 (runtime library) libunistring-devel (development library and include files) libunistring-doc (documentation) CHANGES: ======== 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. New in 0.9.9: * Fixed a multithread-safety bug. http://git.savannah.gnu.org/cgit/libunistring.git/tree/NEWS DESCRIPTION: ============ Text files are nowadays usually encoded in Unicode, and may consist of very different scripts – from Latin letters to Chinese Hanzi –, with many kinds of special characters – accents, right-to-left writing marks, hyphens, Roman numbers, and much more. But the POSIX platform APIs for text do not contain adequate functions for dealing with particular properties of many Unicode characters. In fact, the POSIX APIs for text have several assumptions at their base which don't hold for Unicode text. This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. homepage: http://www.gnu.org/s/libunistring/ license: LGPL DETAILS: ======== This library consists of the following parts: elementary string functions conversion from/to legacy encodings formatted output to strings character names character classification and properties string width when using nonproportional fonts word breaks line breaking algorithm normalization (composition and decomposition) case folding regular expressions (not yet implemented) grapheme cluster breaking Who needs libunistring? ======================= libunistring is for you if your application involves non-trivial text processing, such as upper/lower case conversions, line breaking, operations on words, or more advanced analysis of text. Text provided by the user can, in general, contain characters of all kinds of scripts. The text processing functions provided by this library handle all scripts and all languages. libunistring is for you if your application already uses the ISO C / POSIX , functions and the text it operates on is provided by the user and can be in any language. libunistring is also for you if your application uses Unicode strings as internal in-memory representation -- Erwin Waterlander http://waterlan.home.xs4all.nl/