aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/textcodecutf8.h (follow)
AgeCommit message (Collapse)Author
2023-08-01Updated copyright date.Mike Buland
2019-11-11Working on TextBuilder & Text.Mike Buland
Seriously thinking about changing Text to just use full codepoints. It would be much less work, more reliable and predictable, easier to use, but would use twice the memory.
2019-07-05Started work on Text and friends.Mike Buland
Text processing isn't trivial, and I want this iteration to be significantly more robust. This time I/O will be seperated out into codecs that will handle the encoding/decoding to/from different formats.