Special Characters Not Preserved During HTML Conversions


Some special characters, including Polish characters, are not preserved during HTML conversions.


Probable Cause


The UTF-8 encoding meta tag is not included.


Resolution


Pass in a meta tag to use UTF-8 encoding.


Pass the following code in with your snippet:


<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>