From 00cef0e9a21e1ee07d622bb05c3a7e4e56425723 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 25 May 2019 00:19:04 -0700 Subject: Started Bu::Text and Bu::Blob. 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. --- src/unstable/text.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/unstable/text.h (limited to 'src/unstable/text.h') diff --git a/src/unstable/text.h b/src/unstable/text.h new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3