the main class to read/. More...
#include <StarEncodingOtherKorean.hxx>
| Public Member Functions | |
| StarEncodingOtherKorean () | |
| constructor | |
| virtual | ~StarEncodingOtherKorean () | 
| destructor | |
| Static Public Member Functions | |
| static bool | readKoreanBig5 (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: BIG5_HKSCS | |
| static bool | readKoreanMS1361 (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: MS_1361 | |
the main class to read/.
. some other Korean encoding in StarOffice documents
| StarEncodingOtherKorean::StarEncodingOtherKorean | ( | ) | 
constructor
| 
 | virtual | 
destructor
| 
 | static | 
try to read a caracter and add it to string: BIG5_HKSCS
Referenced by StarEncoding::read().
| 
 | static | 
try to read a caracter and add it to string: MS_1361
Referenced by StarEncoding::read().