Bug #14699
closedJSMENU broken when using UTF-8
0%
Description
Any menu item of a JSMENU with non-ASCII characters is broken when using UTF-8.
This happens with IE and Firefox, NS 7 doesn't have this problem.
Probably the issue is related to Javascript's unescape() function!?
Maybe this bug report is related to this problem: 0000277
(issue imported from #M1030)
Files
Updated by Bernhard Kraft about 19 years ago
The actual patch:
utf8_JS_2005-10-22.patch
fixes following problems:
Mailform goodMess, badMess, emailMess with utf-8 entities. (No bug #)
FE-User admin/Direct Mail subscription utf-8 entities in values (Bug #14264)
JSMENU with utf8 (Bug #14264)
Editpanel confirm dialogs with utf8 (Bug #14264)
please try it out and write me back if you had a negative or positive experience:
kraftb@kraftb.at
If this works fine and no problems come up it will get added to the core and be contained in T3 4.0.0
Updated by Gideon So almost 19 years ago
I apply the patch as below:
patch -p1 < utf8_JS_2005-10-26.patch
It seems patching sucessfully. But the JSMENU with utf-8 chinese still broken. After I install the extension ( see # 000277). The JSMENU works as expected. Only the firstLabel is broken.
Gideon