charater set Big5 problem

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
samfok
Beginner
Beginner
Posts: 1
Joined: Mon Aug 05, 2002 8:47 am

charater set Big5 problem

Post by samfok »

Have you ever tried of using charset big5 on the page?

The menu library contains some charaters that do not
work with the big5 encoding web pages.
Watch out for two functions: close_el() and popdn().
(from mmenu.js)

I just solve it in a dummy way - Change the those cannot
be recognized characters to be any character that is
recognizable.

like this... split("~").... and this ......
hlarr[hlcnt]=arg[2]+"~"+arg[1]+"~"+arg[4]+ .......

Sam 8O
Post Reply