Hash :
2118e7cf
Author :
Date :
2022-10-16T00:46:24
Update to Unicode 15.0.0. * lib/gen-uni-tables.c (is_property_default_ignorable_code_point): Exclude 0x13439..0x1343F. (get_lbp): Update such that unilbrk/lbrkprop.txt comes out as expected. * All generated files under lib/uni* and tests/uni*: Regenerate. * tests/uniname/NameAliases.txt: Update. * tests/uniname/UnicodeData.txt: Update. * tests/uninorm/NormalizationTest.txt: Update. * tests/unigbrk/GraphemeBreakTest.txt: Update. * tests/uniwbrk/WordBreakTest.txt: Update. * tests/uniwidth/test-uc_width2.sh: Expect width 0 for the characters 0x0ECE, 0x10EFD..0x10EFF, 0x11241, 0x11F00..0x11F01, 0x11F36..0x11F3A, 0x11F40, 0x11F42, 0x13439..0x13440, 0x13447..0x13455, 0x1E08F, 0x1E4EC..0x1E4EF. * All the affected modules: Bump required libunistring version.
Description:
Normalization of UTF-16 strings.
Files:
lib/uninorm/u16-normalize.c
lib/uninorm/normalize-internal.h
lib/uninorm/u-normalize-internal.h
Depends-on:
uninorm/base
unistr/u16-mbtouc-unsafe
unistr/u16-uctomb
unistr/u16-cpy
unictype/combining-class
uninorm/decompose-internal
configure.ac:
gl_MODULE_INDICATOR_FOR_TESTS([uninorm/u16-normalize])
gl_LIBUNISTRING_MODULE([1.1], [uninorm/u16-normalize])
Makefile.am:
if LIBUNISTRING_COMPILE_UNINORM_U16_NORMALIZE
lib_SOURCES += uninorm/u16-normalize.c
endif
Include:
"uninorm.h"
License:
LGPLv3+ or GPLv2+
Maintainer:
all