View Single Post
  #1  
Unread 05-04-2007, 07:35 PM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Default Using foreign characters in a tooltip

I'm trying to make a custom version of my examine window with a button that searches a Russian site. The tooltip for the button would be
LocalTooltip="Поиск на eq2.playhard.ru"

When I tried that on my US server the characters just looked like boxes but I thought that might just be because the font didn't include those characters. Does the tooltip need to be
LocalTooltip="\rc:Поиск на\:Seach\/r eq2.playhard.ru"
or do you use some other method like forcing a different font with some custom tooltip style?
Reply With Quote