forked from OctaForge/libostd
update unicode data to 11.0
This commit is contained in:
parent
648273747a
commit
4a55d315e4
|
@ -41,7 +41,7 @@ to the project here.
|
|||
Additional thanks to Dale Weiler aka graphitemaster (reference code in the
|
||||
Neothyne project) and cppreference.com.
|
||||
|
||||
**The data/UnicodeData-10.0.txt file is taken from the Unicode Character
|
||||
**The data/UnicodeData-11.0.txt file is taken from the Unicode Character
|
||||
Database and provided under the following license:**
|
||||
|
||||
COPYRIGHT AND PERMISSION NOTICE
|
||||
|
|
2
build.cc
2
build.cc
|
@ -58,7 +58,7 @@ static pathvec TEST_CASES = {
|
|||
"algorithm", "range"
|
||||
};
|
||||
|
||||
static path OSTD_UNICODE_DATA = "data/UnicodeData-10.0.txt";
|
||||
static path OSTD_UNICODE_DATA = "data/UnicodeData-11.0.txt";
|
||||
static path OSTD_UNICODE_SRC = CXX_SOURCE_DIR / "string_utf.hh";
|
||||
|
||||
static path OSTD_SHARED_LIB = "libostd.so";
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue