[Vtigercrm-commits] [vtiger development] #6378: Outlookplugin-service: Problem with German umlauts
vtiger development
vtiger-tickets at trac.vtiger.com
Tue Nov 3 04:49:18 EST 2009
#6378: Outlookplugin-service: Problem with German umlauts
-----------------------+----------------------------------------------------
Reporter: paproth | Owner: developer
Type: defect | Status: new
Priority: trivial | Milestone: 5.2.0
Component: vtigercrm | Version: 5.1.0
Keywords: |
-----------------------+----------------------------------------------------
When a field in contacts contains a name with a german umlaut (for example
"Müller")
ü is converted to ü cause of the to_html function in
PearDatabase.php.
but a '&' has to be escaped in XML to &. So best way is to add a
<![CDATA[]]> Tag.
File: vtigerolservice.php in function 'GetContacts' on line ~511
See patch for details.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6378>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list