I have socket stream which prints text to screen. If I have a string which should be "sælger", I receive "s&AAOGlger".
My question: is there some kind of library that is able to decode the following piece of text so it becomes sælger?
The characters I'm using most is the danish letters æøåÆØÅ.
Best regards