| Previous topic :: Next topic |
| Author |
Message |
snoopyski
Joined: 01 Oct 2005
Posts: 33
Location: Montréal
|
| Posted: Tue Sep 11, 2007 12:58 am Post subject: Outlook Sync charaters change !!! UTF-8 / ISO-8859-1 |
|
|
Hello Everyone,
I try the Outlook Sync Plugin... See my setup:
Linux CENTOS 4.5 Server (SME Server 7.2)
MySQL 5.0.44
PHP 5.1.6
vTiger 5.0.3 + Patch for PHP 5.x + French Language Pack...
When I sync from Outlool to vTiger, all french car's was changed... but work if I sync from vtiger to Outlook !!!
I try a lot of thing but no idea now !!!
I try to start the new database in MySQL with UTF-8 but same "bug"
Any idea ?
Thanks,
Stéphane |
|
| Back to top |
|
bharath
Joined: 21 Nov 2006
Posts: 71
|
| Posted: Tue Sep 11, 2007 6:55 am Post subject: Outlook Sync charaters change !!! UTF-8 / ISO-8859-1<br / |
|
|
Hi snoopyski ,
Please open the file include\nusoap\nusoap.php
in that file you can see a variable called $soap_defencoding = 'ISO-8859-1';
change that value to $soap_defencoding = 'UTF-8';
I hope this will fix your issue,Please get back to me if I am wrong. |
|
| Back to top |
|
snoopyski
Joined: 01 Oct 2005
Posts: 33
Location: Montréal
|
| Posted: Tue Sep 11, 2007 11:08 am Post subject: Outlook Sync charaters change !!! UTF-8 / ISO-8859-1<br / |
|
|
Wow !!!
That works... !!! Thanks you very much...
The only "bug" I get now is when I put a task in Outlook and Sync the time show 12:AM in vTiger... Any idea ?
Thanks,
Snoopyski |
|
| Back to top |
|
| |