diff -r 47c74d1534e1 -r ddc455616bd6 genericopenlibs/openenvcore/libc/src/localeinfo.cpp --- a/genericopenlibs/openenvcore/libc/src/localeinfo.cpp Fri Apr 16 16:46:38 2010 +0300 +++ b/genericopenlibs/openenvcore/libc/src/localeinfo.cpp Mon May 03 14:06:43 2010 +0300 @@ -1676,7 +1676,7 @@ locale.GetLocaleDllName(aspect,Kdname); #ifdef SYMBIAN_DISTINCT_LOCALE_MODEL // check if the new dlls is present then load it or go for old dll - if( Kdname.Find(_L("elocl.")) == KErrNotFound ) + if( Kdname.FindC(_L("elocl.")) == KErrNotFound ) { iOldDllPresent = 0; locale.GetLocaleDllName(ELocaleTimeDateSettings,reg_dllname);