You need to sign in to do that
Don't have an account?

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