diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-03-22 19:25:42 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-03-22 19:25:42 +0000 |
commit | 88004d87d513dcba767b1dae1e5199a89b22ce36 (patch) | |
tree | 06051330e18e44407edc25d28fe978e0637ed90e /src/utfstring.h | |
parent | 9d7ee5a5b9b6ca2093043b7c584df02913739b02 (diff) | |
download | libbu++-88004d87d513dcba767b1dae1e5199a89b22ce36.tar.gz libbu++-88004d87d513dcba767b1dae1e5199a89b22ce36.tar.bz2 libbu++-88004d87d513dcba767b1dae1e5199a89b22ce36.tar.xz libbu++-88004d87d513dcba767b1dae1e5199a89b22ce36.zip |
We now have a UTF-8 test parser, I'm going to move it into a functor, I think.
Diffstat (limited to 'src/utfstring.h')
-rw-r--r-- | src/utfstring.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
12 | 12 | ||
13 | namespace Bu | 13 | namespace Bu |
14 | { | 14 | { |
15 | class String; | ||
16 | |||
15 | class UtfString | 17 | class UtfString |
16 | { | 18 | { |
17 | public: | 19 | public: |
@@ -20,6 +22,8 @@ namespace Bu | |||
20 | 22 | ||
21 | typedef uint32_t point; | 23 | typedef uint32_t point; |
22 | 24 | ||
25 | static void debugUtf8( const Bu::String &sUtf8 ); | ||
26 | |||
23 | private: | 27 | private: |
24 | // typedef BasicString<uint16_t> RawString; | 28 | // typedef BasicString<uint16_t> RawString; |
25 | // RawString rsStore; | 29 | // RawString rsStore; |