[N_SE-37689] fix the dummy string.
authorHokwon Song <hokwon.song@samsung.com>
Wed, 8 May 2013 06:31:11 +0000 (15:31 +0900)
committerHokwon Song <hokwon.song@samsung.com>
Wed, 8 May 2013 06:31:11 +0000 (15:31 +0900)
Change-Id: Iee2e6b9d8a83cf37f2cd60ab9eacc8f3f80b0e4b
Signed-off-by: Hokwon Song <hokwon.song@samsung.com>
src/locales/FLcl_LocaleImpl.cpp

index 1426396..7a41633 100644 (file)
@@ -196,7 +196,7 @@ _LocaleImpl::GetCountryName(const _LocaleImpl& otherLocale, String& countryName)
 const char*
 _LocaleImpl::GetVariantCodeString(void) const
 {
-       return __icuLocale.getVariant();
+       return (IsSupported() == true) ? __icuLocale.getVariant() : null;
 }
 
 void