aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fully comply with Unicode 15.1 § 3.13 in u8lower()Thomas Voss 2024-04-265-32/+78
|
* Support titlecasing Dutch ‘IJ’ properlyThomas Voss 2024-04-242-4/+13
|
* Properly upper- and titlecase ‘i’ and ‘j’ in LithuanianThomas Voss 2024-04-245-25/+74
|
* Don’t return local arrays, lolThomas Voss 2024-04-231-6/+3
|
* Add u8title()Thomas Voss 2024-04-232-5/+67
|
* Update READMEThomas Voss 2024-04-231-0/+2
|
* Add disclaimerThomas Voss 2024-04-221-0/+5
|
* Add usage()Thomas Voss 2024-04-223-1/+31
|
* Properly lowercase ‘Σ’ to ‘ς’ when at end of wordThomas Voss 2024-04-221-2/+5
|
* Build with -Wno-parenthesesThomas Voss 2024-04-221-1/+1
|
* Add u8wcnt_human() and u8wnext_human()Thomas Voss 2024-04-223-0/+39
|
* Remove TODO()Thomas Voss 2024-04-222-3/+0
| | | | | | | | I realized that I can literally just call err() directly like so: err("not implemented"); It doesn’t contain position information… but I don’t really need that.
* Rename testThomas Voss 2024-04-221-0/+0
|
* Add a test for word breakingThomas Voss 2024-04-223-0/+166
|
* Fix various bugs in word segmentationThomas Voss 2024-04-224-131/+1505
|
* Add explicit underlying type for enumsThomas Voss 2024-04-222-23/+23
| | | | | | Due to the size of the lookup tables, we want to use the smallest possible underlying type for the Unicode property enumerations in order to reduce the binary size as much as possible.
* Add TODO() macroThomas Voss 2024-04-222-0/+3
|
* Fix typoThomas Voss 2024-04-221-1/+1
|
* Support word-segmentationThomas Voss 2024-04-213-0/+174
|
* Fix typo (extpic -> extpict)Thomas Voss 2024-04-213-3/+3
|
* Rename u8glen() to u8gcnt()Thomas Voss 2024-04-213-4/+4
|
* Add uprop_get_sb()Thomas Voss 2024-04-215-0/+5468
|
* Add uprop_get_wb()Thomas Voss 2024-04-215-0/+2699
|
* Add uprop_get_scx()Thomas Voss 2024-04-215-0/+914
|
* Remove extra shebangThomas Voss 2024-04-211-2/+0
|
* Don’t support Name_Alias (yet)Thomas Voss 2024-04-211-0/+1
|
* Don’t bother with Unihan (yet)Thomas Voss 2024-04-211-0/+5
|
* Add uprop_get_nfkc_cf()Thomas Voss 2024-04-215-6102/+12160
|
* Add uprop_get_nfkc_scf()Thomas Voss 2024-04-203-0/+6125
|
* Add the ‘gen’ subcommandThomas Voss 2024-04-201-6/+8
|
* Remove .txt extensionThomas Voss 2024-04-201-3/+3
|
* Add uprop_get_nf{,k}{c,d}_qc()Thomas Voss 2024-04-206-0/+1307
|
* Add the U8*_SCALE constantsThomas Voss 2024-04-182-0/+60
|
* Add uprop_get_jg()Thomas Voss 2024-04-185-0/+1136
|
* Add uprop_get_jt()Thomas Voss 2024-04-185-0/+1206
|
* Inline string substitutionThomas Voss 2024-04-161-2/+1
|
* Prettify output of build systemThomas Voss 2024-04-161-6/+9
|
* Add uprop_get_gcb()Thomas Voss 2024-04-163-0/+1524
|
* Add uprop_get_equideo()Thomas Voss 2024-04-165-0/+830
|
* Add uprop_get_ccc()Thomas Voss 2024-04-163-0/+586
|
* Remove blank lineThomas Voss 2024-04-162-2/+0
|
* Add uprop_get_insc()Thomas Voss 2024-04-165-0/+2259
|
* Add uprop_get_inpc()Thomas Voss 2024-04-165-0/+1525
|
* Check lookup[0].lo instead of a magic numberThomas Voss 2024-04-162-2/+2
|
* Indent list itemsThomas Voss 2024-04-161-22/+22
|
* Add uprop_get_hst()Thomas Voss 2024-04-165-0/+1747
|
* Pin to Unicode 15.1 for nowThomas Voss 2024-04-161-2/+2
|
* Add uprop_get_vo()Thomas Voss 2024-04-165-0/+2743
|
* Update READMEThomas Voss 2024-04-161-0/+63
|
* Annotate some extra functions with nodiscardThomas Voss 2024-04-162-4/+4
|