38 #ifndef MWAW_FONT_SJIS_CONVERTER
39 # define MWAW_FONT_SJIS_CONVERTER
58 int unicode(
unsigned char c,
unsigned char const *(&str),
int len);
MWAWFontSJISConverter()
the constructor
Definition: MWAWFontSJISConverter.cxx:1502
void initMap()
init the mapping
Definition: MWAWFontSJISConverter.cxx:1511
a namespace used to convert Mac SJIS font characters in unicode
Definition: MWAWFontSJISConverter.hxx:47
std::map< int, int > m_sjisUnicodeMap
a map sjis->unicode
Definition: MWAWFontSJISConverter.hxx:63
~MWAWFontSJISConverter()
the destructor
Definition: MWAWFontSJISConverter.cxx:1507
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:348
int unicode(unsigned char c, MWAWInputStreamPtr &input)
try to return a unicode for a shift jis character ( returns -1 if the character can not be converted ...
Definition: MWAWFontSJISConverter.cxx:1522