Accent problems

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
spl1973
Beginner
Beginner
Posts: 3
Joined: Wed Jun 14, 2006 10:47 am

Accent problems

Post by spl1973 »

I have some problems with these characters in milonic menu. The 'ő' become 'o' and 'ű' become 'u'. Please help me!
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

You didn't say how you are entering these characters (which makes only guesses possible on our part), but the following should work...

Code: Select all

aI("text=Töo ünder... etc.
Note that if the letter comes at the end of the text statement, you will need 2 ; characters...

Code: Select all

aI("text=Toö;url=http://... etc.
John
spl1973
Beginner
Beginner
Posts: 3
Joined: Wed Jun 14, 2006 10:47 am

Post by spl1973 »

I have this code:

Code: Select all

aI("showmenu=kozerd;text=közérdekű;");
and ű is not working! it show ü

Code: Select all

aI("showmenu=kozerd;text=közérdekő;");
and ő is not working! it shows ö

I tried this:

Code: Select all

aI("text=Töo ünder");
the result is: Töo Under
:cry:
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

OK, so use õ and ũ.

It's very hard to see exactly what the accent character is that you are after (not your fault).
John
spl1973
Beginner
Beginner
Posts: 3
Joined: Wed Jun 14, 2006 10:47 am

Post by spl1973 »

Thank you for your help.
It works now: õ this is ő,
but with this code

Code: Select all

aI("text=ũ");
result is: ũ :lol:
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Sorry 'bout that. I just threw that in without actually looking at the table I have. Now that I look, I do not see a u-tilde character.
John
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

What language is that? I've not been able to find any reference code for inserting a u with a tilde above it. Can't find a u with a tilde above it.

Ruth
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Came up cold here as well with some additional searching.
John
Post Reply