[Vtigercrm-developers] Customer portal encoding issue

iko irina_k6 at hotmail.com
Thu Dec 8 12:42:41 GMT 2016


[SOLVED] I have now fixed the problem. I had to set default charset to UTF-8
in both nusoap.php (crm and portal), UTF-8 in config.inc.php and
portalconfig.php. My problem was that I customized portal and wrote
headlines directly in TicketDetail.php as <label> Åpne </label>. Then it was
not encoded as UTF-8. Solution was to hardcode this text directly in
TicketDetail.php as utf8_encode($variable); where $variable='Åpne';



--
View this message in context: http://vtiger-crm.2324883.n4.nabble.com/Customer-portal-encoding-issue-tp20219p20234.html
Sent from the vtigercrm-developers mailing list archive at Nabble.com.



More information about the vtigercrm-developers mailing list