]> git.tdb.fi Git - libs/core.git/blobdiff - source/stringcodec/codec.h
Put unichar and ustring in their own file
[libs/core.git] / source / stringcodec / codec.h
index cb8006696e52c17042e304cc66efc1ef5d644815..5acbe7b0d1dc34b1d7285c6b96a63665b1ffde2f 100644 (file)
@@ -3,14 +3,11 @@
 
 #include <string>
 #include <msp/core/except.h>
+#include "ustring.h"
 
 namespace Msp {
 namespace StringCodec {
 
-typedef int unichar;
-
-typedef std::basic_string<unichar> ustring;
-
 enum ErrorMode
 {
        THROW_ON_ERROR,