1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
+1 vote
384 views
by brandon-w-8204 (34.1k points)
edited by brandon-w-8204
I am seeing funky, strange or invalid characters in my message. What are they and what causes this?

1 Answer

0 votes

This can happen when two different character encoding standards (or Character Sets) are used when reading and then writing of the document.

The symbol � generally means the original document was ISO-8859-1, and you are using UTF-8 to read it.

The symbol à generally means the original document was UTF-8, and you are using ISO-8859-1 to read it.

For example, if you receive a base64 encoded document, you may need to change the character set you use when reading the document.

by brandon-w-8204 (34.1k points)
edited by mike-r-7535
...