From: Jihoon Kim Date: Mon, 12 Oct 2015 06:16:37 +0000 (+0900) Subject: Remove the localized punctuation in z1_MM locale X-Git-Tag: submit/tizen/20151020.061014~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b85012498325126fa6a6706f0e594be7e3fe28a0;p=platform%2Fcore%2Fuifw%2Fisf.git Remove the localized punctuation in z1_MM locale Change-Id: I9be8a6d795364600df64df5209d9e040054b9c62 --- diff --git a/ism/extras/efl_immodule/isf_imf_context.cpp b/ism/extras/efl_immodule/isf_imf_context.cpp index ae17c13e..c0700d6b 100644 --- a/ism/extras/efl_immodule/isf_imf_context.cpp +++ b/ism/extras/efl_immodule/isf_imf_context.cpp @@ -169,7 +169,6 @@ static __Punctuations __punctuations [] = { { "zh_TW", INPUT_LANG_CN_TW, 0x3002 }, { "ja_JP", INPUT_LANG_JAPANESE, 0x3002 }, { "km_KH", INPUT_LANG_KHMER, 0x17D4 }, - { "z1_MM", INPUT_LANG_BURMESE, 0x104A }, }; /* Input Context handling functions. */