Page 1 of 1

How to use other characters in the menu and tooltips

Posted: 04 Oct 2006, 13:52
by andrew76
I noticed that I'm unable to use certain characters in the menu and tooltips, including:

!
()

as well as certain letters with accents like the "à±" in Espaà±ol (this works in tooltips but not in the menu).

any solutions? :D

Posted: 05 Oct 2006, 03:04
by Christopher
Though I'm no good at coding, I had a similar
problem with the " = " sign. As I understand,
you can try and place your info in quotes like
this:

Before:
link5clickdata = ?configfile=config_svensk.ini

After:
link5clickdata = "?configfile=config_svensk.ini"

This may not solve your problem, but perhaps
is worth a shot?

Christopher

Posted: 05 Oct 2006, 08:52
by mjau-mjau
It should be possible as Christopher mentions:
Code
link5clickdata = "?configfile=config_svensk.ini"

Posted: 05 Oct 2006, 17:21
by andrew76
Thanks.

I actually solved the problem by changing the menu font to verdana- the à± character isn't included in the default font.