diff options
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. |