Hello all, > Do you think it's possible to convert (recode) data during > synchronization? > > Any hints appreciated.
wortunately, I was posted off-list with solution by a Czech colleague - many thanks to Vaclav Capek. Here's the solution: The main point to solve a problem is libpisock.so library, part of the pilot-link package. 1) get libiconv (http://www.gnu.org/software/libiconv/) if you don't have it yet. - unpack - configure - make, make install It should end up with /usr/local/lib/libiconv.so library. 2) get pilot-link (http://www.pilot-link.org/) if you don't have it yet. - unpack - change libpisock/util.c at line 35 where is PILOT_CHARSET defined (I've changed it to ISO8859-2 - configure - configure should find libiconv support and report it as usable - make, make install It should put libpisock.so library to /usr/local/lib directory 3) restart gpilotd During next synchronization it should convert whole Evo content to desired encoding - works sleamlessly in both directions for me. -- Ludek _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
