Closed TheGrandmother closed 8 years ago
The issue was that we where using UTF-8 as the encoding for messages. But this is apparently wrong. And after eons of tampering it turns out that just changing to ISO-8859-1 fixed everything :)
UTF-8
ISO-8859-1
The issue was that we where using
UTF-8
as the encoding for messages. But this is apparently wrong. And after eons of tampering it turns out that just changing toISO-8859-1
fixed everything :)