From 88004d87d513dcba767b1dae1e5199a89b22ce36 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 22 Mar 2011 19:25:42 +0000 Subject: We now have a UTF-8 test parser, I'm going to move it into a functor, I think. --- src/utfstring.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utfstring.h') diff --git a/src/utfstring.h b/src/utfstring.h index 56e544e..3bdf51c 100644 --- a/src/utfstring.h +++ b/src/utfstring.h @@ -12,6 +12,8 @@ namespace Bu { + class String; + class UtfString { public: @@ -20,6 +22,8 @@ namespace Bu typedef uint32_t point; + static void debugUtf8( const Bu::String &sUtf8 ); + private: // typedef BasicString RawString; // RawString rsStore; -- cgit v1.2.3