ucdn
ucdn copied to clipboard
Unicode Database and Normalization
This is my proposal of the necessary changes to add support for Unicode 13.0.0
Hi, I like to thank you for UCDN again. It served HarfBuzz very well for many years. Recently I was trying to squeeze bytes out of HarfBuzz and replacing UCDN...
Patch and test: ```diff diff --git a/src/hb-ucdn/ucdn.c b/src/hb-ucdn/ucdn.c index 30747fea..f7b33d64 100644 --- a/src/hb-ucdn/ucdn.c +++ b/src/hb-ucdn/ucdn.c @@ -163,7 +163,8 @@ static int hangul_pair_decompose(uint32_t code, uint32_t *a, uint32_t *b) static int hangul_pair_compose(uint32_t...
I've deprecated them in HarfBuzz, and unwiring the implementations. Please remove and I'll update the HarfBuzz copy. Thanks.
Unicode 10.0 added new annex [Unicode Vertical Text Layout](http://www.unicode.org/reports/tr50/), this annex bring the Vertical_Orientation property that defined character orientation behavior within vertical text, which is useful for some related implementations...