#include <iconvConvert.h>
|
static std::string | eucToLang (const std::string &src) |
|
static std::string | convert (const std::string &fromcode, const std::string &tocode, const std::string &src) |
|
static std::string | langToIconvCode (const std::string &lang) |
|
|
static std::string | convert (IconvCD &cd, const std::string &src) |
|
Definition at line 14 of file iconvConvert.h.
◆ convert() [1/2]
std::string osl::misc::IconvConvert::convert |
( |
const std::string & |
fromcode, |
|
|
const std::string & |
tocode, |
|
|
const std::string & |
src |
|
) |
| |
|
static |
◆ convert() [2/2]
std::string osl::misc::IconvConvert::convert |
( |
IconvCD & |
cd, |
|
|
const std::string & |
src |
|
) |
| |
|
staticprivate |
◆ eucToLang()
std::string osl::misc::IconvConvert::eucToLang |
( |
const std::string & |
src | ) |
|
|
static |
◆ langToIconvCode()
std::string osl::misc::IconvConvert::langToIconvCode |
( |
const std::string & |
lang | ) |
|
|
static |
The documentation for this struct was generated from the following files: