diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-06-04 08:11:36 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-06-04 08:11:36 +0000 |
commit | 026cd6f71a15edd1a242c59d5cb9f8271a108506 (patch) | |
tree | dc2d2ee77b94fa83e8312a2c3bb0d4531cf635e2 /src/unstable/utfstring.h | |
parent | 8ff104489cf8eb6322bec90ebc8d66fedae665c9 (diff) | |
download | libbu++-026cd6f71a15edd1a242c59d5cb9f8271a108506.tar.gz libbu++-026cd6f71a15edd1a242c59d5cb9f8271a108506.tar.bz2 libbu++-026cd6f71a15edd1a242c59d5cb9f8271a108506.tar.xz libbu++-026cd6f71a15edd1a242c59d5cb9f8271a108506.zip |
UtfString supports get and append now, but it still needs a lot of work.
Diffstat (limited to 'src/unstable/utfstring.h')
-rw-r--r-- | src/unstable/utfstring.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unstable/utfstring.h b/src/unstable/utfstring.h index 02b015b..af233e8 100644 --- a/src/unstable/utfstring.h +++ b/src/unstable/utfstring.h | |||
@@ -107,6 +107,8 @@ namespace Bu | |||
107 | */ | 107 | */ |
108 | void append( UtfChar ch ); | 108 | void append( UtfChar ch ); |
109 | 109 | ||
110 | void append( const UtfString &rSrc ); | ||
111 | |||
110 | /** | 112 | /** |
111 | * Set the value of the entire string based on the given input and | 113 | * Set the value of the entire string based on the given input and |
112 | * encoding. The default encoding is Utf8, which is compatible with | 114 | * encoding. The default encoding is Utf8, which is compatible with |