Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 142056
Collapse All | Expand All

(-)scim-1.4.4/modules/IMEngine/scim_rawcode_imengine.cpp (-1 / +3 lines)
Lines 53-58 Link Here
53
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");
53
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");
54
54
55
static std::vector<String> __rawcode_encodings;
55
static std::vector<String> __rawcode_encodings;
56
static const char * _DEFAULT_LANGUAGES = N_(
57
    "zh_CN,zh_TW,zh_HK,zh_SG,ja_JP,ko_KR");
56
58
57
extern "C" {
59
extern "C" {
58
    void scim_module_init (void)
60
    void scim_module_init (void)
Lines 99-105 Link Here
99
// implementation of RawCode
82
// implementation of RawCode
100
RawCodeFactory::RawCodeFactory ()
83
RawCodeFactory::RawCodeFactory ()
101
{
84
{
102
    set_locales (__rawcode_locales);
85
    set_languages (String (_(_DEFAULT_LANGUAGES)));
103
}
86
}
104
87
105
RawCodeFactory::~RawCodeFactory ()
88
RawCodeFactory::~RawCodeFactory ()

Return to bug 142056