fep/aknfep/UiPlugins/AknFepUiInterface/AvkonImpl/src/AknFepQuery.cpp
branchRCL_3
changeset 19 ac7e4d1d9209
parent 0 eb1f2e154e89
equal deleted inserted replaced
18:b1ea1642412e 19:ac7e4d1d9209
    77             {
    77             {
    78             if (!underlyingEditorSCTResId || underlyingEditorSCTResId == R_AVKON_SPECIAL_CHARACTER_TABLE_DIALOG)
    78             if (!underlyingEditorSCTResId || underlyingEditorSCTResId == R_AVKON_SPECIAL_CHARACTER_TABLE_DIALOG)
    79                 {
    79                 {
    80                 underlyingEditorSCTResId = R_AVKON_SPECIAL_CHARACTER_TABLE_DIALOG_CHINESE;
    80                 underlyingEditorSCTResId = R_AVKON_SPECIAL_CHARACTER_TABLE_DIALOG_CHINESE;
    81                 }
    81                 }
    82             }
    82             }        
       
    83         else if (FeatureManager::FeatureSupported(KFeatureIdKorean))
       
    84             {
       
    85             // Use the special sct resource file for Korean variant.
       
    86             if (!underlyingEditorSCTResId || underlyingEditorSCTResId == R_AVKON_SPECIAL_CHARACTER_TABLE_DIALOG)
       
    87                 {
       
    88                 underlyingEditorSCTResId = R_AVKON_SPECIAL_CHARACTER_TABLE_DIALOG_KOREAN;
       
    89                 }
       
    90             }        
    83         else if (!underlyingEditorSCTResId)
    91         else if (!underlyingEditorSCTResId)
    84             {
    92             {
    85             underlyingEditorSCTResId = R_AVKON_SPECIAL_CHARACTER_TABLE_DIALOG;
    93             underlyingEditorSCTResId = R_AVKON_SPECIAL_CHARACTER_TABLE_DIALOG;
    86             }
    94             }
    87         editor->SetAknEditorSpecialCharacterTable(underlyingEditorSCTResId);
    95         editor->SetAknEditorSpecialCharacterTable(underlyingEditorSCTResId);