Hi, Java Strings are unicode encoded. The tricks are when we create Strings from byte[] and vice versa (sometimes through streaming APIs). We need to make sure we use the correct encoding such as UTF-8 instead of the default one which is platform dependent.
Thanks, Raymond ________________________________________________________________ Raymond Feng [email protected] Apache Tuscany PMC member and committer: tuscany.apache.org Co-author of Tuscany SCA In Action book: www.tuscanyinaction.com Personal Web Site: www.enjoyjava.com ________________________________________________________________ On Nov 17, 2010, at 7:54 AM, Simon Laws wrote: > Anyone know if there is any support for or any Tuscany tests for > multi-byte character set support in any of the bindings/databindings? > > Simon > > -- > Apache Tuscany committer: tuscany.apache.org > Co-author of a book about Tuscany and SCA: tuscanyinaction.com
