Hi there,
we’ve created a server and handled the messages as suggested in this post: ROHTTPServer - Result
That works perfectly fine with AnsiString. So now we have the problem, that on some servers, we need to show cyrillic characters for our customers.
The first thought was, that we have to change the explicit AnsiStrings to “normal” strings so that Unicodestrings are used (started with the RODL, then the implementations and so on).
The problem is, that the browser interprets the site we send, as plain html-text. No formatting, no shown tables, no fancy, colorfull stuff, just that plain html-text so the user has to interpret him/herself what things could happen on this site.
The strange thing is, that it works with AnsiString but not with String (as Unicodestring).
So now the question. Is there anything we’ve missed? Or do we have to take a complete new direction to accomplish this task and if yes how can we do this?
Thank’s in advance for your answer!
Bye
Larissa