[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Optimisations: A couple of low hanging fruits going for
david.lloyd@jboss.com
do-not-reply at jboss.com
Wed May 14 13:09:03 EDT 2008
Incorrect, Tim. A char holds 16 bits - high-plane code points are *already* split into surrogate pairs in a char[] such as used to back a String. A char represents a UCS-16 character, not a Unicode codepoint.
So again, just write out the chars and you've got UTF-16.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150831#4150831
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4150831
More information about the jboss-dev-forums
mailing list