X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Futf8.h;h=0475523cf52578216e9a63c4a4942ad1c18936e9;hp=18f9ae58f93fa42421887422986e038c276e3abe;hb=51b84c0c2c3abb0cf7e815c5ae259face40ac977;hpb=ebd23ef7dde39a35e9ffdfb5be31934507cefaad diff --git a/source/utf8.h b/source/utf8.h index 18f9ae5..0475523 100644 --- a/source/utf8.h +++ b/source/utf8.h @@ -20,6 +20,7 @@ public: Decoder(): bytes(0), code(0) { } void decode_char(const std::string &, std::string::const_iterator &); void sync(); + void reset(); private: unsigned bytes; unsigned code;