Hi, We've got a system based on Ape 1.0 for chat.
Now I'm trying to add some Unicode language support for Hebrew, Korean, etc. However, on the server I have a JavaScript command that receives a message and saves that to a MySql database. The command get a Hebrew string like this: "%u059e%u0592", but when I execute unescape(string) I get gibberish characters instead of the Hebrew ones. I suspect that APE doesn't support Unicode string. Is this correct? I also tried to run a build of APE server, and I didn't see that the compilation flag UNICODE was included on any compile line, which led me to believe I need to rebuild APE with Unicode support. Any help on that would be appreciated! Thx Ofer -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
