Quote from: Purplesky on July 12, 2012, 02:37 pmThanks for the replys and its clipboard text here is the message in question below can you see an invalid character? (btw its saying 97 typed it incorrectly earlier):That's odd. I tried the message here and no errors were produced (obviously I couldn't decrypt it).Assuming the error message is referring to a Unicode position, 97 is 0x0061 which is the letter "a" so even though your character set is configured as ISO-8859-1, it should not produce any errors.http://www.unicodemap.org/details/0x0061/index.htmlOne thing about character sets is that you should make them match in all the environments you use to avoid conflicts. I usually set everything to UTF-8 because it includes ISO-8859-1 and plenty more besides that.