update unicode data to 11.0

master
Daniel Kolesa 2018-07-02 23:49:04 +02:00
parent 648273747a
commit 4a55d315e4
3 changed files with 728 additions and 54 deletions

View File

@ -41,7 +41,7 @@ to the project here.
Additional thanks to Dale Weiler aka graphitemaster (reference code in the Additional thanks to Dale Weiler aka graphitemaster (reference code in the
Neothyne project) and cppreference.com. 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:** Database and provided under the following license:**
COPYRIGHT AND PERMISSION NOTICE COPYRIGHT AND PERMISSION NOTICE

View File

@ -58,7 +58,7 @@ static pathvec TEST_CASES = {
"algorithm", "range" "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_UNICODE_SRC = CXX_SOURCE_DIR / "string_utf.hh";
static path OSTD_SHARED_LIB = "libostd.so"; static path OSTD_SHARED_LIB = "libostd.so";

File diff suppressed because it is too large Load Diff