View | Details | Raw Unified
Collapse All | Expand All

(-) scim-1.4.4/modules/IMEngine/scim_rawcode_imengine.cpp (-1 / +3 lines)
 Lines 53-58    Link Here 
static String __rawcode_locales ("zh_CN.GB18030,zh_CN.GBK,zh_CN.GB2312,zh_TW,zh_TW.EUC-TW,zh_HK,ja_JP,ja_JP.sjis,ko_KR,en_US.UTF-8");
static String __rawcode_locales ("zh_CN.GB18030,zh_CN.GBK,zh_CN.GB2312,zh_TW,zh_TW.EUC-TW,zh_HK,ja_JP,ja_JP.sjis,ko_KR,en_US.UTF-8");
static std::vector<String> __rawcode_encodings;
static std::vector<String> __rawcode_encodings;
static const char * _DEFAULT_LANGUAGES = N_(
    "zh_CN,zh_TW,zh_HK,zh_SG,ja_JP,ko_KR");
extern "C" {
extern "C" {
    void scim_module_init (void)
    void scim_module_init (void)
 Lines 99-105    Link Here 
// implementation of RawCode
// implementation of RawCode
RawCodeFactory::RawCodeFactory ()
RawCodeFactory::RawCodeFactory ()
{
{
    set_locales (__rawcode_locales);
    set_languages (String (_(_DEFAULT_LANGUAGES)));
}
}
RawCodeFactory::~RawCodeFactory ()
RawCodeFactory::~RawCodeFactory ()