Title says it all - a request for Unicode 18.0 support. The new version of the standard is due out in September. Any plans to support it?
Currently, graphemetest fails on some 16 odd tests with the 18.0 version of GraphemeBreakTest.txt. (This is after rebuilding utf8proc_data.c by changing the Unicode version in data/Makefile to 18)
For example,
D:\src\utf8proc\build\Debug>graphemetest.exe GraphemeBreakTest.txt
checking line 100...
FAILED at line 179: grapheme mismatch: "/्/क" instead of "/्क"
And BTW, thanks much for this library which we use in the Tcl 9 language core.
Title says it all - a request for Unicode 18.0 support. The new version of the standard is due out in September. Any plans to support it?
Currently,
graphemetestfails on some 16 odd tests with the 18.0 version ofGraphemeBreakTest.txt. (This is after rebuilding utf8proc_data.c by changing the Unicode version in data/Makefile to 18)For example,
And BTW, thanks much for this library which we use in the Tcl 9 language core.