|
CUBRID Engine
latest
|
#include "language_support.h"#include "intl_support.h"#include <locale>#include <codecvt>#include <string>

Go to the source code of this file.
Namespaces | |
| cublocale | |
Functions | |
| std::string | cublocale::get_lang_name (const LANG_COLLATION *lang_coll) |
| std::string | cublocale::get_codeset_name (const LANG_COLLATION *lang_coll) |
| std::locale | cublocale::get_locale (const std::string &charset, const std::string &lang) |
| bool | cublocale::convert_to_wstring (std::wstring &out, const std::string &in, const INTL_CODESET codeset) |
| bool | cublocale::convert_to_string (std::string &out, const std::wstring &in, const INTL_CODESET codeset) |