Library: Foundation
Package: Text
Header: Poco/Latin9Encoding.h
ISO Latin-9 (8859-15) text encoding.
Latin-9 is basically Latin-1 with the EURO sign plus some other minor changes.
Direct Base Classes: TextEncoding
All Base Classes: TextEncoding
Member Functions: canonicalName, characterMap, convert, isA, queryConvert, sequenceLength
Inherited Functions: add, byName, canonicalName, characterMap, convert, find, global, isA, manager, queryConvert, remove, sequenceLength
~Latin9Encoding();
const char * canonicalName() const;
See also: Poco::TextEncoding::canonicalName()
const CharacterMap & characterMap() const;
See also: Poco::TextEncoding::characterMap()
int convert(
const unsigned char * bytes
) const;
See also: Poco::TextEncoding::convert()
int convert(
int ch,
unsigned char * bytes,
int length
) const;
See also: Poco::TextEncoding::convert()
bool isA(
const std::string & encodingName
) const;
See also: Poco::TextEncoding::isA()
int queryConvert(
const unsigned char * bytes,
int length
) const;
See also: Poco::TextEncoding::queryConvert()
int sequenceLength(
const unsigned char * bytes,
int length
) const;
See also: Poco::TextEncoding::sequenceLength()