Closed toots closed 2 weeks ago
I haven't looked at Unicode 16; what are the non-binary properties for?
I haven't looked at Unicode 16; what are the non-binary properties for?
I think that this documents it: https://www.gnu.org/software/libunistring/manual/html_node/Indic-conjunct-break.html
Ok I have cleaned up this PR and minimized the diff. I think that it is ready for merge now.
There seem to be conflicts that would prevent a merge?
There seem to be conflicts that would prevent a merge?
You mean git
conflicts?
Thanks, just merged!
I think we should consider a release soon.
This PR adds support for unicode
16.0.0
Notes:
DerivedCoreProperties.txt
. Those are not currently supported by the library and should be skipped for now.0x1171e
missing inmn
. This could be intentional.There is quite a bit of noise due to some required module renaming to make the new old unicode ml file compile in the regression tests.The only change otherwise is the addition, and use, of a
to_list
noop API to convert privateCset
back into lists.Otherwise, this is a fairly straight forward update.