Reece H. Dunn
|
6a2a87e358
|
Add Other_Lowercase support from PropList.txt.
|
8 years ago |
Reece H. Dunn
|
735a661232
|
Add Extender support from PropList.txt.
|
8 years ago |
Reece H. Dunn
|
d067838684
|
Add Diacritic support from PropList.txt.
|
8 years ago |
Reece H. Dunn
|
3ff6d8ae0f
|
Add Ideographic support from PropList.txt.
|
8 years ago |
Reece H. Dunn
|
aa32a420af
|
Add Other_Alphabetic support from PropList.txt.
|
8 years ago |
Reece H. Dunn
|
835dfc83a1
|
Add ASCII_Hex_Digit support from PropList.txt.
|
8 years ago |
Reece H. Dunn
|
a69b99a81b
|
Add Hex_Digit support from PropList.txt.
|
8 years ago |
Reece H. Dunn
|
844895d315
|
Add Other_Math support from PropList.txt.
|
8 years ago |
Reece H. Dunn
|
4226457fb5
|
Add Terminal_Punctuation support from PropList.txt.
|
8 years ago |
Reece H. Dunn
|
a9aabc6242
|
Add tests for the PropList API.
|
8 years ago |
Reece H. Dunn
|
ec1a17b229
|
Add Quotation_Mark support from PropList.txt.
|
8 years ago |
Reece H. Dunn
|
d1eb23a741
|
Add Hyphen support from PropList.txt.
|
8 years ago |
Reece H. Dunn
|
249960bae4
|
Add Dash support from PropList.txt.
|
8 years ago |
Reece H. Dunn
|
fd8a8d17b0
|
Add Join_Control support from PropList.txt.
|
8 years ago |
Reece H. Dunn
|
eae8740117
|
Add Bidi_Control support from PropList.txt.
|
8 years ago |
Reece H. Dunn
|
8cc80d671d
|
Add <noBreak> support from UnicodeData.txt.
|
8 years ago |
Reece H. Dunn
|
54a8ea2a70
|
Add White_Space support from PropList.txt.
|
8 years ago |
Reece H. Dunn
|
eb08dc422d
|
Update the copyright dates.
|
8 years ago |
Reece H. Dunn
|
34167771fd
|
Add an iswxdigit compatibility API.
|
8 years ago |
Reece H. Dunn
|
3e321158e7
|
Update the documentation on the is* APIs.
|
8 years ago |
Reece H. Dunn
|
d585c77804
|
Add an iswblank compatibility API.
|
8 years ago |
Reece H. Dunn
|
cd9cc8e6e2
|
Unicode Character Data 9.0.0
|
8 years ago |
Reece H. Dunn
|
7201a1a150
|
Convert scripts.cpp from C++ to C.
|
9 years ago |
Reece H. Dunn
|
707998940d
|
Convert categories.cpp from C++ to C.
|
9 years ago |
Reece H. Dunn
|
0afcb3f89f
|
Convert case.cpp from C++ to C.
|
9 years ago |
Reece H. Dunn
|
63b08a352b
|
Convert ctype.cpp from C++ to C.
|
9 years ago |
Reece H. Dunn
|
b45cf54f4d
|
Convert tostring.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
|
24f6e97f05
|
tostring: map the new script values
|
11 years ago |
Reece H. Dunn
|
ec34ff5854
|
ucd.h: update script to match ISO 15924
|
11 years ago |
Reece H. Dunn
|
64e69c4e52
|
ucd.h: don't use named groups in the documentation
|
11 years ago |
Reece H. Dunn
|
01c4669961
|
ucd.h: correct a parameter name in the documentation
|
11 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
|
7e411b34e9
|
F8D0-D8FF: Klingon
|
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
|
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
|
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 |