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: characterMap, convert
Inherited Functions: characterMap, convert
~Latin9Encoding();
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()