Java Tutorial

How To Convert East-Asian Character To Unicode In Java

East-Asian character ( Chinese, Japanese, Korean ) is different from the western character. But our web application should be accessed from all over the world. So we should support display those east-Asian characters on the web page correctly. The solution to resolve the character charset issue is to use Unicode for all languages messages in

How To Convert East-Asian Character To Unicode In Java Read More »