I know there are many other topics about special characters, but I could not find what I'm searching for.
I generate my menu from a database, with french labels including special characters (é, è, î...)
I found the solution for menus and submenus texts (I use server.htmlencode in ASP). It returns me "Man&# 232ge" for "Manège", everything works ok, except for the status.
my code is :
Code: Select all
aI("text=>La Crini&# 232;re;status=Acc&# 233;dez au site du magasin &# 233;questre "La Crini&# 232;re", &# 224; Corsier.;url=content.aspx?id=8");
in the menu, it shows me as "La Crinière" (perfect), but in the status bar (IE6), I can see "Acc&# 233dez au site...", not "Accédez au site..."
How can I do ?
I know I did another way in an old website which used the menu. The menu showed special characters é, è without putting server.htmlEncode. But I can't find how I did it... maybe a parameter ?
Thank you.
[EDIT - 27.10.2005] Still no answer ???