public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Updated: libunistring 1.1-1
@ 2022-10-28  6:41 Erwin Waterlander via Cygwin-announce
  2022-11-12 12:50 ` Achim Gratz
  0 siblings, 1 reply; 8+ messages in thread
From: Erwin Waterlander via Cygwin-announce @ 2022-10-28  6:41 UTC (permalink / raw)
  To: cygwin

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


CHANGES:
========

New in 1.1:
* The data tables and algorithms have been updated to Unicode version 15.0.0.

New in 1.0:
* 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.
* The functions u8_uctomb, u16_uctomb, u32_uctomb now support strings larger
  than 2 GiB by taking an 'n' argument of type ptrdiff_t (instead of int).
* The functions u*_possible_linebreaks and u*_width_linebreaks now make it
  easier to work with strings that contain CR-LF sequences: In this case,
  in the returned array, it will return UC_BREAK_CR_BEFORE_LF followed by
  UC_BREAK_MANDATORY (instead of twice UC_BREAK_MANDATORY).
* There are new properties for recognizing pictographic symbols and
  regional indicators:
    - UC_PROPERTY_EMOJI                  uc_is_property_emoji
    - UC_PROPERTY_EMOJI_PRESENTATION     uc_is_property_emoji_presentation
    - UC_PROPERTY_EMOJI_MODIFIER         uc_is_property_emoji_modifier
    - UC_PROPERTY_EMOJI_MODIFIER_BASE    uc_is_property_emoji_modifier_base
    - UC_PROPERTY_EMOJI_COMPONENT        uc_is_property_emoji_component
    - UC_PROPERTY_EXTENDED_PICTOGRAPHIC  uc_is_property_extended_pictographic
    - UC_PROPERTY_REGIONAL_INDICATOR     uc_is_property_regional_indicator
* Fixed multithread-safety bugs on Cygwin, native Windows, and Haiku.


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/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCEMENT] Updated: libunistring 1.1-1
  2022-10-28  6:41 [ANNOUNCEMENT] Updated: libunistring 1.1-1 Erwin Waterlander via Cygwin-announce
@ 2022-11-12 12:50 ` Achim Gratz
  0 siblings, 0 replies; 8+ messages in thread
From: Achim Gratz @ 2022-11-12 12:50 UTC (permalink / raw)
  To: cygwin

Erwin Waterlander via Cygwin-announce writes:
> libunistring (source package)
> libunistring5 (runtime library)
> libunistring-devel (development library and include files)
> libunistring-doc (documentation)

The packages for x86 seem to be missing, however it seems Brian still
managed to release an x86 gettext with a dependency on nonexistent libraries…


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf rackAttack V1.04R1:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCEMENT] Updated: libunistring 1.1-1
  2022-11-14 21:21       ` Brian Inglis
@ 2022-11-15  9:14         ` Erwin Waterlander
  0 siblings, 0 replies; 8+ messages in thread
From: Erwin Waterlander @ 2022-11-15  9:14 UTC (permalink / raw)
  To: cygwin


> Op 14-11-2022 22:21 CET schreef Brian Inglis <brian.inglis@systematicsw.ab.ca>:
> 
> 
> 
> Extended by a week thanks to Jon, so please do, then I can release updated gettext.

I will do it this evening.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCEMENT] Updated: libunistring 1.1-1
  2022-11-14 13:28     ` Erwin Waterlander
  2022-11-14 13:33       ` Thomas Wolff
@ 2022-11-14 21:21       ` Brian Inglis
  2022-11-15  9:14         ` Erwin Waterlander
  1 sibling, 1 reply; 8+ messages in thread
From: Brian Inglis @ 2022-11-14 21:21 UTC (permalink / raw)
  To: cygwin


On Mon, 14 Nov 2022 14:28:27 +0100 (CET), Erwin Waterlander wrote:
> Op 13-11-2022 22:17 CET schreef Thomas Wolff <towo@towo.net>:
>> By the way, on cygwin 32-bit the dependency does not resolve as
>> libunistring5 is not available...

> I can make it available on 32-bit, if it is still possible. 
> I read that x86 is end-of-life' since Friday.
> Is it still worth the effort?

Extended by a week thanks to Jon, so please do, then I can release updated gettext.

-- 
Take care. Thanks, Brian Inglis			Calgary, Alberta, Canada

La perfection est atteinte			Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter	not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer	but when there is no more to cut
			-- Antoine de Saint-Exupéry


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCEMENT] Updated: libunistring 1.1-1
  2022-11-14 13:28     ` Erwin Waterlander
@ 2022-11-14 13:33       ` Thomas Wolff
  2022-11-14 21:21       ` Brian Inglis
  1 sibling, 0 replies; 8+ messages in thread
From: Thomas Wolff @ 2022-11-14 13:33 UTC (permalink / raw)
  To: cygwin



Am 14.11.2022 um 14:28 schrieb Erwin Waterlander:
>> Op 13-11-2022 22:17 CET schreef Thomas Wolff <towo@towo.net>:
>>
>>
>> By the way, on cygwin 32-bit the dependency does not resolve as
>> libunistring5 is not available...
> I can make it available on 32-bit, if it is still possible. I read that x86 is end-of-life' since Friday.
> Is it still worth the effort?
Well, I don't know. Current xgettext does not work; it could be 
downgraded, however...
If you're quick, maybe you can make an upload early today...
>
> regards,
>
> Erwin
>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCEMENT] Updated: libunistring 1.1-1
  2022-11-13 21:17   ` Thomas Wolff
@ 2022-11-14 13:28     ` Erwin Waterlander
  2022-11-14 13:33       ` Thomas Wolff
  2022-11-14 21:21       ` Brian Inglis
  0 siblings, 2 replies; 8+ messages in thread
From: Erwin Waterlander @ 2022-11-14 13:28 UTC (permalink / raw)
  To: cygwin


> Op 13-11-2022 22:17 CET schreef Thomas Wolff <towo@towo.net>:
> 
> 
> > 
> By the way, on cygwin 32-bit the dependency does not resolve as
> libunistring5 is not available...

I can make it available on 32-bit, if it is still possible. I read that x86 is end-of-life' since Friday.
Is it still worth the effort?

regards,

Erwin

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCEMENT] Updated: libunistring 1.1-1
  2022-11-13 20:43 ` [ANNOUNCEMENT] Updated: libunistring 1.1-1 Brian Inglis
@ 2022-11-13 21:17   ` Thomas Wolff
  2022-11-14 13:28     ` Erwin Waterlander
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas Wolff @ 2022-11-13 21:17 UTC (permalink / raw)
  To: cygwin



Am 13.11.2022 um 21:43 schrieb Brian Inglis:
> On Sat, 12 Nov 2022 13:50:58 +0100, Achim Gratz wrote:
>> Erwin Waterlander via Cygwin-announce writes:
>>> libunistring (source package)
>>> libunistring5 (runtime library)
>>> libunistring-devel (development library and include files)
>>> libunistring-doc (documentation)
>
>> The packages for x86 seem to be missing, however it seems Brian still
>> managed to release an x86 gettext with a dependency on nonexistent 
>> libraries…
>
> See also message subject "Error after updating gettext, missing 
> libunistring5" 
> https://cygwin.com/pipermail/cygwin/2022-November/252446.html
> https://inbox.sourceware.org/cygwin/CADt9575LdQPZpVivfSFkwjytmDJgOu_WEZ=FdLMXynfg_oyrtQ@mail.gmail.com/ 
>
> as both arches built without any libunistring dependencies included, 
> and deployed as such.
>
> Rebuilding and redeploying release 2 with expected dependencies when 
> available and valid.
>
By the way, on cygwin 32-bit the dependency does not resolve as 
libunistring5 is not available...

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCEMENT] Updated: libunistring 1.1-1
  2022-11-11  8:56 Error after updating gettext, missing libunistring5 Carlo B.
@ 2022-11-13 20:43 ` Brian Inglis
  2022-11-13 21:17   ` Thomas Wolff
  0 siblings, 1 reply; 8+ messages in thread
From: Brian Inglis @ 2022-11-13 20:43 UTC (permalink / raw)
  To: cygwin; +Cc: cygwin

On Sat, 12 Nov 2022 13:50:58 +0100, Achim Gratz wrote:
> Erwin Waterlander via Cygwin-announce writes:
>> libunistring (source package)
>> libunistring5 (runtime library)
>> libunistring-devel (development library and include files)
>> libunistring-doc (documentation)

> The packages for x86 seem to be missing, however it seems Brian still
> managed to release an x86 gettext with a dependency on nonexistent libraries…

See also message subject "Error after updating gettext, missing libunistring5" 
https://cygwin.com/pipermail/cygwin/2022-November/252446.html
https://inbox.sourceware.org/cygwin/CADt9575LdQPZpVivfSFkwjytmDJgOu_WEZ=FdLMXynfg_oyrtQ@mail.gmail.com/
as both arches built without any libunistring dependencies included, and 
deployed as such.

Rebuilding and redeploying release 2 with expected dependencies when available 
and valid.

-- 
Take care. Thanks, Brian Inglis			Calgary, Alberta, Canada

La perfection est atteinte			Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter	not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer	but when there is no more to cut
			-- Antoine de Saint-Exupéry

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-11-15  9:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-28  6:41 [ANNOUNCEMENT] Updated: libunistring 1.1-1 Erwin Waterlander via Cygwin-announce
2022-11-12 12:50 ` Achim Gratz
2022-11-11  8:56 Error after updating gettext, missing libunistring5 Carlo B.
2022-11-13 20:43 ` [ANNOUNCEMENT] Updated: libunistring 1.1-1 Brian Inglis
2022-11-13 21:17   ` Thomas Wolff
2022-11-14 13:28     ` Erwin Waterlander
2022-11-14 13:33       ` Thomas Wolff
2022-11-14 21:21       ` Brian Inglis
2022-11-15  9:14         ` Erwin Waterlander

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).