StarEncodingJapanese Class Reference

the main class to read/. More...

#include <StarEncodingJapanese.hxx>

List of all members.

Public Member Functions

 StarEncodingJapanese ()
 constructor
virtual ~StarEncodingJapanese ()
 destructor

Static Public Member Functions

static bool readJapanese1 (std::vector< uint8_t > const &src, size_t &pos, StarEncoding::Encoding encoding, std::vector< uint32_t > &dest)
 try to read a caracter and add it to string: MS932, SHIFT_JIS, APPLE_JAPANESE
static bool readJapaneseEUC (std::vector< uint8_t > const &src, size_t &pos, StarEncoding::Encoding encoding, std::vector< uint32_t > &dest)
 try to read a caracter and add it to string: EUC_JP
static bool readJapanese208 (std::vector< uint8_t > const &src, size_t &pos, StarEncoding::Encoding encoding, std::vector< uint32_t > &dest)
 try to read a caracter and add it to string: JIS_X_0208
static bool readJapanese212 (std::vector< uint8_t > const &src, size_t &pos, StarEncoding::Encoding encoding, std::vector< uint32_t > &dest)
 try to read a caracter and add it to string: JIS_X_0212

Detailed Description

the main class to read/.

. some Japanese encoding in StarOffice documents


Constructor & Destructor Documentation


Member Function Documentation

bool StarEncodingJapanese::readJapanese1 ( std::vector< uint8_t > const &  src,
size_t &  pos,
StarEncoding::Encoding  encoding,
std::vector< uint32_t > &  dest 
) [static]

try to read a caracter and add it to string: MS932, SHIFT_JIS, APPLE_JAPANESE

Referenced by StarEncoding::read().

bool StarEncodingJapanese::readJapanese208 ( std::vector< uint8_t > const &  src,
size_t &  pos,
StarEncoding::Encoding  encoding,
std::vector< uint32_t > &  dest 
) [static]

try to read a caracter and add it to string: JIS_X_0208

Referenced by StarEncoding::read().

bool StarEncodingJapanese::readJapanese212 ( std::vector< uint8_t > const &  src,
size_t &  pos,
StarEncoding::Encoding  encoding,
std::vector< uint32_t > &  dest 
) [static]

try to read a caracter and add it to string: JIS_X_0212

Referenced by StarEncoding::read().

bool StarEncodingJapanese::readJapaneseEUC ( std::vector< uint8_t > const &  src,
size_t &  pos,
StarEncoding::Encoding  encoding,
std::vector< uint32_t > &  dest 
) [static]

try to read a caracter and add it to string: EUC_JP

Referenced by StarEncoding::read().


The documentation for this class was generated from the following files: