Re: [Evolution] Converting Contacts with ISO-Latin-1 chars
- From: Xavier Bestel <n0made free fr>
- To: George Farris <george gmsys com>
- Cc: Xavier Bestel <n0made free fr>, evolution ximian com, Rupert Heesom <raheesom navpoint com>
- Subject: Re: [Evolution] Converting Contacts with ISO-Latin-1 chars
- Date: Thu, 8 Mar 2001 10:51:46 +0100
OK, thanks Georges, I didn't know the db file contained just indexed vcards
... the problem with your solution is that it chops happily accentued
chars. I did that script which generates a good GnomeCard file:
under the shell (this is on 1 line only):
db_dump185 ~/evolution/local/Contacts/addressbook.db|grep ^$(echo -n
BEGIN|xxd -p)|xxd -p -r|tr -d \\0 |grep -v ^UID |iconv -f utf8 -t
iso-8859-1 |tr \\n \\377 |tr '[:cntrl:]' ' '|tr \\377 \\n >adb.gcrd
But when I import it under Evolution, that doesn't work. It seems the Evo
importer is broken (because GnomeCard shows the accentuated chars
perfectly).
Does anybody have a better idea ? (perhaps tranforming all lines into
QUOTED-PRINTABLE, but this seems overkill)
Xav
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]