38 #ifndef STAR_ENCODING_OTHER_KOREAN
39 # define STAR_ENCODING_OTHER_KOREAN
61 std::vector<uint32_t> &dest);
64 std::vector<uint32_t> &dest);
the main class to read/.
Definition: StarEncodingOtherKorean.hxx:51
StarEncodingOtherKorean()
constructor
Definition: StarEncodingOtherKorean.cxx:47
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
Definition: StarEncodingOtherKorean.cxx:1030
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
Definition: StarEncodingOtherKorean.cxx:56
virtual ~StarEncodingOtherKorean()
destructor
Definition: StarEncodingOtherKorean.cxx:51
Encoding
the different encoding
Definition: StarEncoding.hxx:54