CUBRID Engine  latest
locale_helper.cpp File Reference
#include "locale_helper.hpp"
#include <locale>
#include <codecvt>
#include <string>
Include dependency graph for locale_helper.cpp:

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)