trunk/branch integration: TextEncoding update

This commit is contained in:
Marian Krivos
2011-08-22 18:21:40 +00:00
parent 319a37b903
commit d35ecf85a2
7 changed files with 50 additions and 4 deletions

View File

@@ -61,6 +61,8 @@ public:
const CharacterMap& characterMap() const;
int convert(const unsigned char* bytes) const;
int convert(int ch, unsigned char* bytes, int length) const;
int queryConvert(const unsigned char* bytes, int length) const;
int sequenceLength(const unsigned char* bytes, int length) const;
private:
static const char* _names[];