index
:
STC-modified
master
modified
Fork of STC but some features (soon to be)modified to better fit my requirements.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
utf8tabs.py
Age
Commit message (
Collapse
)
Author
2023-02-15
Cleaned up in size-types. API always uses intptr_t as default for all ↵
Tyge Løvset
containers.
2023-01-05
Added clist_X_get_node(valptr) to complete the node API.
Tyge Løvset
2022-06-09
Removed adding circled letters and roman numerics from toupper/tolower
Tyge Løvset
2022-06-08
Fixed char mappings again, and simplified.
Tyge Løvset
2022-06-08
Fixed case mappings (final).
Tyge Løvset
2022-06-08
Fixed utf8 tables again. Separate casefold, toupper, tolower functions.
Tyge Løvset
2022-06-07
Some improvements in utf8tabs.py
Tyge Løvset
2022-06-07
Update/Fix utf8tabs.py/utf8tabs.inc.
Tyge Løvset
2022-06-07
Bugfixed / Updated utf8tabs.* and utf8code.c
Tyge Lovset
2022-06-03
refactored utf8tabs.py, still has a bug though
Tyge Løvset
2022-06-02
Improved namings in utf8tabs.py and removed unicode tables
Tyge Løvset
2022-05-30
Updated benchmarks and renamed utf8utils.c to utf8code.c
Tyge Løvset
2022-05-30
Large refactoring on strings / utf8 and some file structure.
Tyge Lovset