17 #ifndef EBOOKCHARSETCONVERTER_H_INCLUDED
18 #define EBOOKCHARSETCONVERTER_H_INCLUDED
22 #include <unicode/ucnv.h>
39 bool convertBytes(
const char *in,
unsigned length, std::vector<char> &out);
48 #endif // EBOOKCHARSETCONVERTER_H_INCLUDED
EBOOKCharsetConverter & operator=(const EBOOKCharsetConverter &other)
Definition: EBOOKCharsetConverter.h:27
bool convertBytes(const char *in, unsigned length, std::vector< char > &out)
Definition: EBOOKCharsetConverter.cpp:122
~EBOOKCharsetConverter()
Definition: EBOOKCharsetConverter.cpp:96
bool guessEncoding(const char *in, unsigned length)
Definition: EBOOKCharsetConverter.cpp:104
EBOOKCharsetConverter(const EBOOKCharsetConverter &other)
unsigned length
Definition: IMPParser.cpp:77
UConverter * m_converterToUnicode
Definition: EBOOKCharsetConverter.h:42
UConverter * m_converterToUTF8
Definition: EBOOKCharsetConverter.h:43