File tree Expand file tree Collapse file tree 6 files changed +3374
-3188
lines changed Expand file tree Collapse file tree 6 files changed +3374
-3188
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ endif()
6868if (UTF8PROC_ENABLE_TESTING)
6969 enable_testing ()
7070 file (MAKE_DIRECTORY data)
71- set (UNICODE_VERSION 14 .0.0)
71+ set (UNICODE_VERSION 15 .0.0)
7272 file (DOWNLOAD https://www.unicode.org/Public /${UNICODE_VERSION} /ucd/NormalizationTest.txt ${CMAKE_BINARY_DIR} /data/NormalizationTest.txt SHOW_PROGRESS )
7373 file (DOWNLOAD https://www.unicode.org/Public /${UNICODE_VERSION} /ucd/auxiliary/GraphemeBreakTest.txt ${CMAKE_BINARY_DIR} /data/GraphemeBreakTest.txt SHOW_PROGRESS )
7474 add_executable (case test /tests.h test /tests.c utf8proc.h test /case.c)
Original file line number Diff line number Diff line change 11# utf8proc release history #
22
3+ ## Version 2.8.0-alpha ##
4+
5+ - Unicode 15 support ([ #247 ] ).
6+
37## Version 2.7.0 ##
48
592021-12-16
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ The C library is found in this directory after successful compilation
5959and is named ` libutf8proc.a ` (for the static library) and
6060` libutf8proc.so ` (for the dynamic library).
6161
62- The Unicode version supported is 13 .0.0.
62+ The Unicode version supported is 15 .0.0.
6363
6464For Unicode normalizations, the following options are used:
6565
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ CharWidths.txt: charwidths.jl EastAsianWidth.txt
2222 $(JULIA ) charwidths.jl > $@
2323
2424# Unicode data version (must also update utf8proc_unicode_version function)
25- UNICODE_VERSION =14 .0.0
25+ UNICODE_VERSION =15 .0.0
2626
2727UnicodeData.txt :
2828 $(CURL ) $(CURLFLAGS ) -o $@ https://www.unicode.org/Public/$(UNICODE_VERSION ) /ucd/UnicodeData.txt
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ UTF8PROC_DLLEXPORT const char *utf8proc_version(void) {
101101}
102102
103103UTF8PROC_DLLEXPORT const char * utf8proc_unicode_version (void ) {
104- return "14 .0.0" ;
104+ return "15 .0.0" ;
105105}
106106
107107UTF8PROC_DLLEXPORT const char * utf8proc_errmsg (utf8proc_ssize_t errcode ) {
You can’t perform that action at this time.
0 commit comments