~fcitx-team/fcitx/autoimport-hangul-master

« back to all changes in this revision

Viewing changes to src/eim.c

  • Committer: Weng Xuetian
  • Date: 2013-09-26 17:18:17 UTC
  • Revision ID: git-v1:4a327510fb96872f11a61269169136ff07f22596
[hangul] bind_textdomain_codeset to utf8

Show diffs side-by-side

added added

removed removed

Lines of Context:
722
722
{
723
723
    FcitxHangul* hangul = (FcitxHangul*) fcitx_utils_malloc0(sizeof(FcitxHangul));
724
724
    bindtextdomain("fcitx-hangul", LOCALEDIR);
 
725
    bind_textdomain_codeset("fcitx-hangul", "UTF-8");
725
726
    hangul->owner = instance;
726
727
    hangul->lastLookupMethod = LOOKUP_METHOD_PREFIX;
727
728
    if (!LoadHangulConfig(&hangul->fh))