Topic: Accent Character in email

The issue is that I have client whom their name contains single quote, for example: O'neil. Now, when sending an invoice by email (which is in text format), it display as such:  "O'neil"

One solution would be that email are sent in HTML format rather than text format ?

any ideas ?
Tx

Re: Accent Character in email

See how the information is stored in the backend database table - you might want to escape it with a backslash or use the encoded version of it. If your db charset is UTF-8 it might have choices.