Go to the documentation of this file.
3 #ifndef OSL_ICONVCONVERT_H
4 #define OSL_ICONVCONVERT_H
16 static std::string
eucToLang(
const std::string& src);
17 static std::string
convert(
const std::string& fromcode,
18 const std::string& tocode,
19 const std::string& src);
25 const std::string& src);