Firstly, as this is the first time I post, congratulation for the great work.
I have an issue trying to use SetHelpText with unicode characters. My text is in Greek and the text returned in the DIV box by overlib is not encoded properly. I tried the htmlenitites function on the help text, setting also the chartset parameter to utf-8 and kind of works, but some special characters are not translated by htmlentities. Since I do not want to go changing the translation table, I am looking for a more straighforward solution.
Has anyone any idea why this occurs in the first place? I searched the overlib site and found nothing appropriate.
The help tekst is first made save by the function "htmlentities" before it is displayed. So, I do not think that's the problem.
Is the html-doctype correct? I'm not a star in solving char-encoding problems...
Yes, the doc type is correct. I suspect that somewhere in the FormHandler code there is an encoding issue, but I cannot trace it. Do you associate the language setting with an encoding anywhere?
I still have a problem with the title taken from the form as I cannot find how to assign the %title% to a variable so that I convert it to a multibyte string. Can you help there?