update unicode data to 13.0

master
Daniel Kolesa 2020-09-19 04:23:01 +02:00
parent 4b560b54f4
commit 87038c94b0
3 changed files with 1518 additions and 13 deletions

View File

@ -34,7 +34,7 @@ to the project here.
Additional thanks to Dale Weiler aka graphitemaster (reference code in the
Neothyne project) and cppreference.com.
**The data/UnicodeData-11.0.txt file is taken from the Unicode Character
**The data/UnicodeData-13.0.txt file is taken from the Unicode Character
Database and provided under the following license:**
COPYRIGHT AND PERMISSION NOTICE

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@ dir_lib = join_paths(dir_prefix, get_option('libdir'))
dir_package_include = join_paths(dir_include, 'ostd')
unicode_data = join_paths('data', 'UnicodeData-11.0.txt')
unicode_data = join_paths('data', 'UnicodeData-13.0.txt')
libostd_includes = [include_directories('.')]