hello everyone...
i know a lot of very good javascript coders here and im in dire need of yuor help...
im building a web application using
struts... im placing all of my messages in a properties file.
anyway, one of my messages is formatted this way.
in my
jsp file i put this in the alert function as
the this is it shows the text as is "판매품목" is diasplayed...
i did some i research and found out that it should be in the unicode format \uXXXX...
maybe someone could give me code to convert 판 strings to \u54032... basically removing "" in the front and ";" in the back...
thanks a lot...
chard