Reece H. Dunn
|
707998940d
|
Convert categories.cpp from C++ to C.
|
9 years ago |
Reece H. Dunn
|
454038dbfa
|
Create a C-based API in addition to the C++-based API in <ucd/ucd.h>.
|
9 years ago |
Reece H. Dunn
|
bcf8be59b3
|
Support enabling the CSUR data.
|
10 years ago |
Reece H. Dunn
|
ced06ed0f4
|
Do not include supplementary data in the UCD APIs.
This removes support for the CSUR (ConScript Unicode Registry) data
in the main Unicode APIs. This data should be accessed through a
different API.
|
11 years ago |
Reece H. Dunn
|
7e411b34e9
|
F8D0-D8FF: Klingon
|
12 years ago |
Reece H. Dunn
|
349e225aae
|
Support mapping a General Category to a General Category Group.
|
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
|
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
|
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
|
a416b4090c
|
Display the Unicode Character Database version in the generated file.
|
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
|
2813950acc
|
Infrastructure for building libucd.a.
|
12 years ago |