We want to send emails where customer name appears from a third party system. Those names now & then contains non english character. For example :
We form email request body in XML using java. Can someone please help what type of character is this and what type of encoding required to handle? If we use StringEscapeUtils.escapeXml(string) method that causes request xml to become not parsable.