This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I am trying to set a string in Java class and then display it in the html page. However, as my site can be localized to different language, so the string to be put in JSONObject can be non-ascii code, it can be english, russian, chinese, etc..
When I try to put these character set into JSON and display it in my html page, the non-ascii text display incorrectly.