How can i convert chinese 2 utf8?

How can i convert chinese 2 utf8? SearchSearch
Author Message
Baumann
Unregistered guest
Posted on Thursday, January 15, 2004 - 08:13 am:   

hi, i wanna know is there any open source i can get ? as the mms conformance specified that the text parts should support 3 char encodings.
1. us-ascii
2. utf-8
3. utf-16
Scott Yaung
New member
Username: Gzscott

Post Number: 3
Registered: 01-2004
Posted on Thursday, January 15, 2004 - 02:52 pm:   

YOU CAN TRY TO DO THAT IN JAVA
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 1633
Registered: 10-2002
Posted on Thursday, January 15, 2004 - 05:06 pm:   

Windows also has built-in functions to do this.

If you can convert the text to Unicode, UTF-8 encoding is also relatively simple to implement in your own code. (The UTF-8 spec can be found here: http://ietf.org/rfc/rfc3629)