aspose file tools
The moose likes Java in General and the fly likes Character encoding using java. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Character encoding using java." Watch "Character encoding using java." New topic
Author

Character encoding using java.

pawan chopra
Ranch Hand

Joined: Jan 23, 2008
Posts: 362

Hi All,

I have a requirement where I need to encode Chinese characters and display them on the browser. I am not sure how to get Uni-code of Chinese characters and how to convert them back and then save in String. Please help on this.


Pawan Chopra
SCJP - DuMmIeS mInD
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35240
    
    7
There's nothing you need to do in terms of encoding or decoding or converting. Just make sure the character set of the page is set correctly, and everything should just work.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Character encoding using java.
 
Similar Threads
Parsing Chinese Characters by using Xerces
How chinese characters are stored in MS notepad
Internationalization query
Localisation in HTML
JDBC with Chinese Traditional (SQL Server)