aboutsummaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Add uprop_get_wdth() and ucswdth()Thomas Voss 2024-05-311-0/+1
|
* Support the 4 forms of Unicode string normalizationThomas Voss 2024-05-201-3/+3
|
* Update READMEThomas Voss 2024-05-151-3/+4
|
* Update READMEThomas Voss 2024-05-151-0/+2
|
* Add ucsnorm_nfkd()Thomas Voss 2024-05-151-4/+4
|
* Update READMEThomas Voss 2024-05-141-19/+22
|
* Add -a and -s to the build scriptThomas Voss 2024-05-091-0/+7
|
* Rename optparse.h to cli.hThomas Voss 2024-05-091-4/+4
|
* Update READMEThomas Voss 2024-05-091-4/+9
|
* Update READMEThomas Voss 2024-04-281-2/+0
|
* Add Dutch titlecase tailoring (ijssel → IJssel)Thomas Voss 2024-04-271-1/+0
|
* Update READMEThomas Voss 2024-04-261-1/+3
|
* Fully comply with Unicode 15.1 § 3.13 in u8title()Thomas Voss 2024-04-261-4/+4
|
* Fully comply with Unicode 15.1 § 3.13 in u8lower()Thomas Voss 2024-04-261-3/+2
|
* Update READMEThomas Voss 2024-04-231-0/+2
|
* Add usage()Thomas Voss 2024-04-221-1/+2
|
* Remove TODO()Thomas Voss 2024-04-221-1/+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.
* Fix various bugs in word segmentationThomas Voss 2024-04-221-5/+4
|
* Add TODO() macroThomas Voss 2024-04-221-0/+1
|
* 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
|
* Update READMEThomas Voss 2024-04-161-0/+63
|
* FormattingThomas Voss 2024-04-161-5/+10
|
* implement arena allocatorsThomas Voss 2024-04-161-2/+1
|
* Add planned featureThomas Voss 2024-04-151-4/+5
|
* Fix formattingThomas Voss 2024-04-141-12/+13
|
* Add build instructionsThomas Voss 2024-04-141-0/+12
|
* Add planned features sectionThomas Voss 2024-04-091-0/+6
|
* Move unicode/gbrk.h to unicode/string.hThomas Voss 2024-04-091-6/+1
|
* Add unicode/prop.hThomas Voss 2024-04-011-1/+1
|
* Add mbio.h and freadrune()Thomas Voss 2024-03-311-0/+1
|
* Update READMEThomas Voss 2024-03-231-1/+4
|
* Remove Bob the String-BuilderThomas Voss 2024-03-101-1/+0
| | | | | | | | Seeing as dynarr.h already exists, there is no real use for Bob the String-Builder. It was *a bit* nice because of the generic u8strpush() macro, but it should be very easy to implement yourself, and you only really ever need 1 or 2 specific functions that are a few lines of code each.
* Add a disclaimerThomas Voss 2024-03-101-0/+9
|
* Slightly reword two linesThomas Voss 2024-03-101-2/+2
|
* Add optparse.hThomas Voss 2024-03-101-1/+1
|
* GenesisThomas Voss 2024-03-061-0/+24