Reece H. Dunn
|
fb1b51adf1
|
autotools: fix the name of the --with-unicode-version configure option
|
11 years ago |
Reece H. Dunn
|
e4a1167496
|
Unicode Character Data 6.3.0
|
11 years ago |
Reece H. Dunn
|
cc2a1759bd
|
autotools: support specifying the Unicode/UCD version
|
11 years ago |
Reece H. Dunn
|
fb0e77ff5d
|
autotools: create a ucd-update target to regenerate the sources from UCD data
|
11 years ago |
Reece H. Dunn
|
77f9b5ece8
|
autotools: XDGDATADIR is not used/configured, so don't print its location at the end of a configure run
|
11 years ago |
Reece H. Dunn
|
a0c601d953
|
ignore the autotools-generated 'compile' file
|
11 years ago |
Reece H. Dunn
|
88e72aeb0a
|
tools/ucd.py: support printing out the data as CSV with specified columns from the command-line
|
12 years ago |
Reece H. Dunn
|
be49d9cce6
|
ucd.h: fix a typo
|
12 years ago |
Reece H. Dunn
|
1116d02aa9
|
Make the category/category_type/script to-string helper methods part of the public API.
|
12 years ago |
Reece H. Dunn
|
65c3bc33b6
|
autotools: fix the dependencies on the UCD files.
|
12 years ago |
Reece H. Dunn
|
4ded80bdb3
|
ctype: add default cases to switch statements to suppress -Wswitch warnings with clang
|
12 years ago |
Reece H. Dunn
|
7e411b34e9
|
F8D0-D8FF: Klingon
|
12 years ago |
Reece H. Dunn
|
c06f296d87
|
tools/scripts.py: merge some script set ranges
|
12 years ago |
Reece H. Dunn
|
65f95033c8
|
Add support for querying the Script property.
|
12 years ago |
Reece H. Dunn
|
349e225aae
|
Support mapping a General Category to a General Category Group.
|
12 years ago |
Reece H. Dunn
|
6e15fd6d9b
|
Add tests for ucd::lookup_category_group.
|
12 years ago |
Reece H. Dunn
|
3f9f6c0623
|
Add tests for ucd::isspace.
|
12 years ago |
Reece H. Dunn
|
cc9abdff12
|
Fetch UnicodeData.txt from unicode.org if not present to make the build fully automated.
|
12 years ago |
Reece H. Dunn
|
8799bc5e53
|
The ctype.cpp file is not generated, so remove the comment stating that it is.
|
12 years ago |
Reece H. Dunn
|
2d982956a5
|
Store the category data in uint8_t arrays to minimize their compiled size.
|
12 years ago |
Reece H. Dunn
|
2df0e6abdb
|
Factor out the remaining single category tables.
|
12 years ago |
Reece H. Dunn
|
7f1dd9cc96
|
Avoid duplicating Lo only tables.
|
12 years ago |
Reece H. Dunn
|
ea09eb5c45
|
Add tests for querying UCD properties; fix discovered issues.
|
12 years ago |
Reece H. Dunn
|
9c3a87dbeb
|
Add toupper, tolower and totitle case-conversion APIs.
|
12 years ago |
Reece H. Dunn
|
e3e85d33f2
|
Rename Ci to Ii and move it to an I/Invalid category group as it is not part of the UCD C/Other category group.
|
12 years ago |
Reece H. Dunn
|
bc6a5c23cc
|
Remove the Zc class as it is not part of the UCD; special case Cc-based whitespace instead.
|
12 years ago |
Reece H. Dunn
|
ff7a5e0209
|
Add support for looking up the general category group for a codepoint.
|
12 years ago |
Reece H. Dunn
|
2282735a4c
|
Add ctype-style APIs that are compatible with wctype.h.
|
12 years ago |
Reece H. Dunn
|
a416b4090c
|
Display the Unicode Character Database version in the generated file.
|
12 years ago |
Reece H. Dunn
|
7f4f3ee7d1
|
Add the generated file src/categories.cpp so you don't need the Unicode Character Database to build the project.
|
12 years ago |
Reece H. Dunn
|
12bafa6b4d
|
tools/categories.py: generate category lookup tables for the full unicode range.
|
12 years ago |
Reece H. Dunn
|
e6133fcafd
|
tools/ucd.py: fixup the codepoint ranges when processing the UnicodeData file.
|
12 years ago |
Reece H. Dunn
|
a77e5a142c
|
tools/ucd.py: parse CodePoint/CodeRange entries to their numerical values.
|
12 years ago |
Reece H. Dunn
|
2813950acc
|
Infrastructure for building libucd.a.
|
12 years ago |
Reece H. Dunn
|
1b24e604ed
|
Parse the UCD data files.
|
12 years ago |