diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-10-20 15:21:43 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-10-20 15:21:43 +0200 |
commit | 4682deeb62247d34de87f8e777f99e2d337fd377 (patch) | |
tree | 5bd5b5605b5f3a4b3c8ea7468c34c23094afdef4 /NEWS | |
parent | 00893e79fc62966067af1a106567db96bd170338 (diff) |
New upstream version 1.3upstream/1.3upstream
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +New in 1.3: +* The data tables and algorithms have been updated to Unicode version 16.0.0. +* New function + uc_is_property_modifier_combining_mark + and new constant + UC_PROPERTY_MODIFIER_COMBINING_MARK. +* Fixed a bug in the *printf functions: The %ls and %lc directives could + lead to a crash on Solaris and MSVC. + New in 1.2: * The data tables and algorithms have been updated to Unicode version 15.1.0. * New functions u8_pcpy, u16_pcpy, u32_pcpy, similar to mempcpy. |