function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
bjacobbjacob 

Problem with euro symbol.

Hi there,
 
we've developed a web app to replace the self-service portal within our organization. The new client portal is based on PHP 5 and MySQL 4. We're using Drupal as basic framework (see http://drupal.org/project/salesforce).
 
Within our new portal the user can create cases and comments. If the user enters special chars like the euro symbol and the case/comment is synchronized to Salesforce the symbol is not displayed properly. In Salesforce the euro symbol is replaced by an question mark. The same happens when creating a case/comment in Salesforce and synching it to Drupal. I'm already using some utf8_encoding/utf8_decoding. But the euro symbol is not included in the ISO-8859-1. I think it's in ISO-8859-15.
 
How can I handle special chars like the euro symbol?
 
Thanks a lot, Bjoern