From 9cdf227b84a18141de527a0ad85344a20914b974 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 5 Jul 2019 10:26:37 -0700 Subject: Started work on Text and friends. 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. --- src/unstable/textcodec.cpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/unstable/textcodec.cpp (limited to 'src/unstable/textcodec.cpp') diff --git a/src/unstable/textcodec.cpp b/src/unstable/textcodec.cpp new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3