aboutsummaryrefslogtreecommitdiff
path: root/sys/libunicode
AgeCommit message (Collapse)Author
2021-11-10chore: libunicode -> libutfNicholas
2021-10-29checkinNicholas Noll
2021-10-29implemented functionality to compute rune widths from unicode dataNicholas Noll
2021-10-29chore: stop tracking auto-gen fileNicholas Noll
2021-10-29Exposed some unicode values to library users.Nicholas Noll
I was hiding too many important constants. This commit moves them to the main exported header.
2021-10-28Feat(libunicode): cleaned up decode/encodeNicholas Noll
Additionally, decode can now apply backwards on a byte string.
2021-10-26fix(unicode): renamed functions to be easier to understand their functionsNicholas Noll
2021-10-26Feat(libunicode): Added an explicit unicode libraryNicholas Noll
Refactored code to pull out utf8 functions from base into a standalone library. Also left the required function inside arg.c so that code that calls ARG_BEGIN doesn't have to link to libunicode.