diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-09 18:49:37 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-09 18:49:37 +0200 |
commit | 5ab5635d06763ed86edc24e98fb366e993515ec4 (patch) | |
tree | 5e7853ee59c3516febcd176e2761db12297e4b21 /README | |
parent | fc0dae9c819a4ee64f4610db1f005dfb841030c5 (diff) |
Add planned features section
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -29,3 +29,9 @@ DISCLAIMER: warned that I do not care about whether or not you think the API is well-designed or human-friendly. If you have an issue with the code here, fix it — you are a programmer are you not? + +Planned Features: + • Arena Allocators (alloc.h) + • Unicode Normalization (unicode/string.h) + • String Case Conversions (unicode/string.h) + • Missing Unicode Properties (unicode/prop.h) |