Accent problems
Accent problems
I have some problems with these characters in milonic menu. The 'ő' become 'o' and 'ű' become 'u'. Please help me!
You didn't say how you are entering these characters (which makes only guesses possible on our part), but the following should work...
Note that if the letter comes at the end of the text statement, you will need 2 ; characters...
Code: Select all
aI("text=Töo ünder... etc.
Code: Select all
aI("text=Toö;url=http://... etc.
John
I have this code:
and ű is not working! it show ü
and ő is not working! it shows ö
I tried this:
the result is: Töo Under

Code: Select all
aI("showmenu=kozerd;text=közérdekű;");
Code: Select all
aI("showmenu=kozerd;text=közérdekő;");
I tried this:
Code: Select all
aI("text=Töo ünder");

Thank you for your help.
It works now: õ this is ő,
but with this code
result is: ũ 
It works now: õ this is ő,
but with this code
Code: Select all
aI("text=ũ");
