diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-04-07 05:44:42 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-04-07 05:44:42 +0000 |
commit | 27aecbc60be6c80ce221f29c01f743de714faa63 (patch) | |
tree | 84838a5e55088ed95c3f4ca35f6ff4c27f56812b /src/utfstring.h | |
parent | 5de54062d8bf9bdfde17a02e4aef91341146162d (diff) | |
download | libbu++-27aecbc60be6c80ce221f29c01f743de714faa63.tar.gz libbu++-27aecbc60be6c80ce221f29c01f743de714faa63.tar.bz2 libbu++-27aecbc60be6c80ce221f29c01f743de714faa63.tar.xz libbu++-27aecbc60be6c80ce221f29c01f743de714faa63.zip |
Pretty sure all utf encoders and decoders are complete and tested.
Diffstat (limited to '')
-rw-r--r-- | src/utfstring.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utfstring.h b/src/utfstring.h index 8448ea4..be3e6ad 100644 --- a/src/utfstring.h +++ b/src/utfstring.h | |||
@@ -86,10 +86,8 @@ namespace Bu | |||
86 | 86 | ||
87 | void write( Bu::Stream &sOut, Encoding eEnc=Utf8 ); | 87 | void write( Bu::Stream &sOut, Encoding eEnc=Utf8 ); |
88 | void writeUtf8( Bu::Stream &sOut ); | 88 | void writeUtf8( Bu::Stream &sOut ); |
89 | void writeUtf16( Bu::Stream &sOut ); | ||
90 | void writeUtf16be( Bu::Stream &sOut ); | 89 | void writeUtf16be( Bu::Stream &sOut ); |
91 | void writeUtf16le( Bu::Stream &sOut ); | 90 | void writeUtf16le( Bu::Stream &sOut ); |
92 | void writeUtf32( Bu::Stream &sOut ); | ||
93 | void writeUtf32be( Bu::Stream &sOut ); | 91 | void writeUtf32be( Bu::Stream &sOut ); |
94 | void writeUtf32le( Bu::Stream &sOut ); | 92 | void writeUtf32le( Bu::Stream &sOut ); |
95 | 93 | ||