I have mobile phone Simens S65.
I have decided to use multisync for synchronization
between my phone and
for example KDE organizer. But there is one problem.
The thing is
that my phone's directory records are made in the
non-Latin1 encoding. I
used Russian Letters. Problems have arisen in field
FN: in KDE
addressbook my records have been spoiled. I have been
trying to solve
the problem and have found out, that while
transmission the Vcard phone
is not give back field FN:. It turns out that when
this field is
absent the multisync itself forms it. But it forms
the field
improperly. Here an example (I used Latin1 instead of
utf-8 in my data
for convenience)
BEGIN:VCARD
VERSION:2.1
X-IRMC-LUID:2691826394
X-ESI-CATEGORIES;CHARSET=UTF-8:Gas
N;CHARSET=UTF-8:Vasiliev;Vlad
FN:Vlad Vasiliev
TEL;CELL:123455664
EMAIL;INTERNET:vlad@bl...
END:VCARD
Field FN: has no instruction CHARSET. Here a small
patch solving this problem:
Patch