X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:mime-version:content-type :content-transfer-encoding:date:from:to:subject:message-id; q= dns; s=default; b=S8SW1f6XnPbrVI9NEgYpPqr2KgYy/gMjGwCjrsjQbAaW9+ Kui9qfFEQiY5KeivF7kVaOC9JirASGOdCIAesIxi24etLT8DapdyJlYOzjYgpTp2 fcF7uUBGggvwUfgXPRS9CL9JaPjyJ6JT1z+Ubah9muC34/zpiYlq2rQetfUbk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:mime-version:content-type :content-transfer-encoding:date:from:to:subject:message-id; s= default; bh=zjRmIkjZvbKxgwOK1ifWzQhUmEQ=; b=UKI2KPk9OBk7t5HEz0fr +WcNIPCkrIwUG42ebRRocDmR+TvOJd9S0mUIqcrNpPyB3VVZDuoq5Hxl6l/WsFMu ZY7T0WqDO5r65QqO7dxxWy48J7Nh+Ez2LNyNEzEG2fjZnra62T0XLnTREth0TpuC CaGg7JjUGYPPh187Jq9c5MQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Sat, 17 Oct 2015 09:43:26 +0200 From: waterlan To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] Updated: libunistring 0.9.6-1 Message-Id: User-Agent: XS4ALL Webmail X-IsSubscribed: yes libunistring (source package) libunistring2 (runtime library) libunistring-devel (development library and include files) libunistring-doc (documentation) CHANGES: ======== New in 0.9.6: * The data tables and line breaking algorithm have been updated to Unicode version 8.0.0. 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/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple