When I use english text form menu text. Every thing was OK.
But when I use chinese character (UTF-8).
Javascript ErrorMessage is - menu2 object not define .
If I delete some chinese character , maybe can work .
But chinese character(UTF-8) was not normal display in menu text. (sowm symble character)
ps. i guess : because chinese character was two byte, some character have control char \ on one other of two byte.
Sorry , my english not well . :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Menu Text Can't Use UTF-8 Format.
When I use english text form menu text. Every thing was OK.
But when I use chinese character (UTF-8).
Javascript ErrorMessage is - menu2 object not define .
If I delete some chinese character , maybe can work .
But chinese character(UTF-8) was not normal display in menu text. (sowm symble character)
ps. i guess : because chinese character was two byte, some character have control char \ on one other of two byte.
Sorry , my english not well . :-)
Problem solved. Try version 1.0.6.
PS. You need to convert the characters into the decimal (not hex) form of Unicode numerical character references (NCRs). http://www.pinyin.info/tools/converter/chars2uninumbers.html