uifw/AvKon/src/AknCharMap.cpp
branchRCL_3
changeset 64 85902f042028
parent 56 d48ab3b357f1
child 72 a5e7a4f63858
equal deleted inserted replaced
59:978afdc0236f 64:85902f042028
  6267     return EFalse;
  6267     return EFalse;
  6268     }
  6268     }
  6269 
  6269 
  6270 TBool CAknCharMap::IsKoreanSctUi() const
  6270 TBool CAknCharMap::IsKoreanSctUi() const
  6271     {
  6271     {
  6272     return FeatureManager::FeatureSupported( KFeatureIdKorean );
  6272 	// Korean feature dropped half-screen SCT in 9.2, it has the same
       
  6273 	//   behavior with others, so return false here
       
  6274     return EFalse;
  6273     }
  6275     }
  6274 // -----------------------------------------------------------------------------
  6276 // -----------------------------------------------------------------------------
  6275 // CAknCharMap::TitleWithSelectingSpecialChar()
  6277 // CAknCharMap::TitleWithSelectingSpecialChar()
  6276 // Return the title string with the selecting special characters
  6278 // Return the title string with the selecting special characters
  6277 // -----------------------------------------------------------------------------
  6279 // -----------------------------------------------------------------------------