diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-01-08 11:51:39 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-01-08 11:51:39 +0100 |
commit | 2959e59fab3bab834368adefd90bd4b1b094366b (patch) | |
tree | 7d0ae09775ea950056193eaa2ca93844299d46f1 /NEWS | |
parent | c78359d9542c86b972aac373efcf7bc7a8a560e5 (diff) | |
parent | be8efac78d067c138ad8dda03df4336e73f94887 (diff) |
Update upstream source from tag 'upstream/1.0'
Update to upstream version '1.0'
with Debian dir 4875e7dc9f7277205f0086a63ee21ccdb1d54593
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +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. + New in 0.9.10: * The functions u8_casing_prefix_context, u8_casing_prefixes_context, |