I am using an XML request to send SMS. It has UTF-8 encoding, but my string is in Norwegian.
Here part of my string:
Trykk på linken for å få
In SMS I get this:
"Trykk på linken for å få"
But this string is incorrect.
I tried to use "Solving Latin1 and UTF8 errors for good in Ruby", but the problems stayed.
I am using an XML request to send SMS. It uses UTF-8 encoding, but my string is in Norwegian.
Here's part of my string:
Trykk på linken for å få
In SMS I get this:
"Trykk på linken for å få"
but this string is incorrect.
I tried to use "Solving Latin1 and UTF8 errors for good in Ruby", but the problems stayed.