Age | Commit message (Collapse) | Author |
|
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.
|
|
Appending wasn't working correctly.
|
|
|
|
|
|
|
|
|
|
|
|
This will contain everything that made Bu::String flexible and fast when
building, and a nightmare for multi-threaded programming.
|
|
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.
|