delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/01/09/02:02:11

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=ZbwZZSycU3zhe3xNiKy580e/j7xJqKUlIpjRFvYV9r15Zf
Hi2Mc9Z0TgbR4ewgraYhUn0wAnWnQFRtfffeLhUw5+4pUzImT5reIqxW1m2247EG
6jbDG+XV5Lqri8JtgIe7EyBM4/dsqOJjss+jI5Nmrw2cCxs/4fXviejhiEDjU=
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=fjSn59UNuU1h1dsRPFHoHbcWvIc=; b=to3RdjR0w7GxznyAi2Ww
ofGWLBBQ4NrvhWDT/8+Boz1s9s4BUrYWxH5MxBzD6IIJJsdpLl+aYdUIwzdjd6/7
+uVVob/fWEEl+0fVhGISQBoiNoW5+tqBc+4Qj8vOCojSpxNJ84oE7ijI4IdpPvDe
MUP5QU1zlIzlaSDSi5Aipog=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=ALL_TRUSTED,BAYES_00,KAM_NUMSUBJECT,KAM_SHORT autolearn=no version=3.3.2 spammy=DETAILS, latin, Latin, manipulating
X-HELO: localhost.localdomain
Reply-To: cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
MIME-Version: 1.0
Date: Tue, 09 Jan 2018 07:53:16 +0100
From: waterlan <waterlan AT xs4all DOT nl>
To: cygwin AT cygwin DOT com
Subject: [ANNOUNCEMENT] Updated: libunistring 0.9.8-1
Message-Id: <announce.f6075dc1e86a93a5188d07591129f151@xs4all.nl>
User-Agent: XS4ALL Webmail
X-CMAE-Envelope: MS4wfLvP+fcQfrhA40tRYHpZ43sXVCdDVgpRIW9KG3mP7CqCMRmHAhgvvkxzkyUHB1qMdo9JPUHltcBmAt3Rz/eXIYkxR2A37cZjKf9QDt9/hsExwD0RMMx2 rxwIEyfq+DKSnuSvQi1FJzk8isxbJu+dWhRJxaSuR2AJOa9euOH9nmss4WZzQXC+6WAqW/XzEihu33nEcg3i+g+70i/k2ftciA6zRiPpxUUPAxlK1bFyWhaq
X-IsSubscribed: yes

libunistring (source package)
libunistring2 (runtime library)
libunistring-devel (development library and include files)
libunistring-doc (documentation)


CHANGES:
========

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.

New in 0.9.7:
* The license has changed from LGPLv3+ to "LGPLv3+ or GPLv2"


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:

<unistr.h> elementary string functions
<uniconv.h> conversion from/to legacy encodings
<unistdio.h> formatted output to strings
<uniname.h> character names
<unictype.h> character classification and properties
<uniwidth.h> string width when using nonproportional fonts
<uniwbrk.h> word breaks
<unilbrk.h> line breaking algorithm
<uninorm.h> normalization (composition and decomposition)
<unicase.h> case folding
<uniregex.h> regular expressions (not yet implemented)
<unigbrk.h> 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 <ctype.h>, <wctype.h> 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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019