I'm experiencing a weird issue that I'm not able to find any answers for.
We using Delhi XE1 and a TidHttp.Get(...) converts these letters:
æøå ÆØÅ äö ÄÖ
To these wrong letters: aoa AOA ao AO
Which of cause end up giving us a faulty URL. I suspect some unicode issues might be involved, but does anyone have a clue on how to solve this? The URL I'm providing in the call to TidHTTP.Get(...) is correct, but the destination server gets the wrong letters. Indy converts these letters some how.
I cannot post any coding samples.
Best regards, Brian Andersen