diff -r 978afdc0236f -r 85902f042028 uifw/AvKon/src/AknCharMap.cpp --- a/uifw/AvKon/src/AknCharMap.cpp Tue Sep 14 21:48:24 2010 +0300 +++ b/uifw/AvKon/src/AknCharMap.cpp Wed Sep 15 12:29:17 2010 +0300 @@ -6269,7 +6269,9 @@ TBool CAknCharMap::IsKoreanSctUi() const { - return FeatureManager::FeatureSupported( KFeatureIdKorean ); + // Korean feature dropped half-screen SCT in 9.2, it has the same + // behavior with others, so return false here + return EFalse; } // ----------------------------------------------------------------------------- // CAknCharMap::TitleWithSelectingSpecialChar()