===================================================================
Gbp-Pq: Name bump-unicode-data-to-15.patch
$(JULIA) charwidths.jl > $@
# Unicode data version (must also update utf8proc_unicode_version function)
-UNICODE_VERSION=14.0.0
+UNICODE_VERSION=15.0.0
UnicodeData.txt:
cp /usr/share/unicode/UnicodeData.txt $@
}
UTF8PROC_DLLEXPORT const char *utf8proc_unicode_version(void) {
- return "14.0.0";
+ return "15.0.0";
}
UTF8PROC_DLLEXPORT const char *utf8proc_errmsg(utf8proc_ssize_t errcode) {