mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 07:14:46 +02:00
trunk/branch integration: TextEncoding update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// Latin1Encoding.h
|
||||
//
|
||||
// $Id: //poco/svn/Foundation/include/Poco/Latin1Encoding.h#2 $
|
||||
// $Id: //poco/1.4/Foundation/include/Poco/Latin1Encoding.h#1 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Text
|
||||
@@ -58,6 +58,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[];
|
||||
|
Reference in New Issue
Block a user