EDIT - problem is with é character in example below ... I am actually entering it as & eacute; (put in space because your forum automatically changed it to é).
aI("text=Politique d'intimité;url=../site/index.cfm?fuseaction=Privacy;");
The result of this line includes the URL ... it is messed up because of the french character.
In other examples I have successfully used é ... the problem seems to be that this character falls DIRECTLY BEFORE the semi-colon separating the text from the url.
Any suggestions?
Regards,
Cheryl
Problem with french character
Re: Problem with french character
Hi Cheryl,
Also, what browser/os are you seeing the problem in?
Kevin
Can you please reply and either (1) check the "Disable HTML in the post" option (below the text edit area) or (2) place your code inside of "code" tags (manually or by using the code button above the text area). Either option will ignore the html character code that you're using and render it as plain text in your posted message. I'd like to see your aI() definition exactly as it appears in your menu_data.chill wrote:... I am actually entering it as & eacute; (put in space because your forum automatically changed it to é)....
Also, what browser/os are you seeing the problem in?
Kevin
Try this...
Note the double ;; after the special.
Check "Disable HTML in this post" to get things looking the way you want.
Code: Select all
aI("text=Politique d'intimité;url=../site/index.cfm?fuseaction=Privacy;");
Check "Disable HTML in this post" to get things looking the way you want.
John
hi,
The apostrophe character is also a problem I guess. I you should escape the sign with a leading Backslash: d\'intimité.
The menu system can use the apostrophe as a delimiter.
Actually Umlauts are not a problem. I use umlauts like üöäèà all the times, but without converting it to an html special character.
The apostrophe character is also a problem I guess. I you should escape the sign with a leading Backslash: d\'intimité.
The menu system can use the apostrophe as a delimiter.
Actually Umlauts are not a problem. I use umlauts like üöäèà all the times, but without converting it to an html special character.
cheers
====================================
Merlin Consulting
Martin Schaible
Bahnhofstrasse 27
CH-8702 Zollikon
====================================
====================================
Merlin Consulting
Martin Schaible
Bahnhofstrasse 27
CH-8702 Zollikon
====================================