how to express nokia phone vcard ?
cyrill -> UTF8? or extend ascii ?
what are different phone data and sim data?
could you help me...
how to express nokia phone vcard ?
cyrill -> UTF8? or extend ascii ?
what are different phone data and sim data?
could you help me...
sorry i'm can't read russian... please write me english...
You can use CnvUtfConverter class for converting descriptors between unicode and Utf8.
Also you can use CCnvCharacterSetConverter class for converting between different encodings (character sets).
I'm sure that these two classes can resolve your problem.
My question is How to encoding data CharSet Russian usually use UTF-8(?) or ISO-8851-0(?)
What's formated?
character converters also do have auto detection, so you could maybe try it. Anyway, With Symbian most often resources are UTF8, and if you get your data from some other sources, then you should know what format it comes in. anyway, google is your best friend on finding the information on generic stuff like what encodings different countries possibly use.
Also be prepared that not all possible character schemas are implemented with Symbian character encoders, for example some countries might have several 8-bit encoding schemas (like thai have at least two).
Most common Russian encodings are Windows-1251 and KOI-8R
When developing under the Symbian OS is most often used encoding is UTF-8