aspose file tools
The moose likes Java in General and the fly likes Converting String to UTF-8? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Converting String to UTF-8?" Watch "Converting String to UTF-8?" New topic
Author

Converting String to UTF-8?

Sachin Dere
Ranch Hand

Joined: Jan 14, 2003
Posts: 80
Guys,
how do i convert String to UTF-8 format?im working on SMS Project which requires me to send SMS in Thai language
any help would be appreciated
thanks,
Joanne Neal
Rancher

Joined: Aug 05, 2005
Posts: 3011
    
    9
You specify the character encoding in your OutputStreamWriter constructor.

J


Joanne
 
I agree. Here's the link: jrebel
 
subject: Converting String to UTF-8?
 
Similar Threads
UTF-8 & UTF-16 Format
problem with Euro symbol
How to send /receive SMS using the siemens tool kit
Conversion from UTF16 to UTF8
displaying unicode in JSP