aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/text.cpp (follow)
AgeCommit message (Collapse)Author
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.
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.