aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/textbuilder.h (follow)
AgeCommit message (Collapse)Author
2023-08-01Updated copyright date.Mike Buland
2020-02-06Closer on the TextBuilder.Mike Buland
Codecs are next.
2019-11-1232bitMike 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-05-25Started Bu::Text and Bu::Blob.Mike Buland
These will someday replace Bu::String and Bu::UtfString. The plan is to support more encodings in the Text class than just Unicode, Blob and Text will not be shared core, but the Builders will be, making Text and Blob objects much safer in multi-threaded programs.