Example: the Unicode characters below will display the word 'Chemical Industry' in Chinese
&# 21270;&# 23398;&# 24037;&# 19994; Imagine there is no space between the # and the first number of each character code
化学工业
What syntax should I use in the TEXT and STATUS properties of my menu?
If I type in the following
Code: Select all
aI("text=&# 21270;&# 23398;&# 24037;&# 19994;;url=profiles/html/prof_en_4.html;status=Chemical Industry");
The Chinese script appears properly in the menu, although the status bar of the browser shows me that there is an error. If I type in the Unicode characters in the STATUS property, then it does not work at all.
Could someone give me some advice on how to insert these Unicode characters, as I need to display words in Chinese, Arabic and Russian?
Thank you