J
Jeffrey Walton
HI All,
I' working on an ASN.1 parser. The Content Octets (data values) are
stored in a byte[]. The conversion of byte[] to char[] is fairly
trivial. BMP is a special case of UCS, using the lower 65 thousand
characters. Reference http://en.wikipedia.org/wiki/Universal_Character_Set#Encoding_forms_of_the_Universal_Character_Set
How do I specify a character set of UCS (ISO/IEC 10646) when invoking
a string constructor?
Thanks,
Jeff
Jeffrey Walton
I' working on an ASN.1 parser. The Content Octets (data values) are
stored in a byte[]. The conversion of byte[] to char[] is fairly
trivial. BMP is a special case of UCS, using the lower 65 thousand
characters. Reference http://en.wikipedia.org/wiki/Universal_Character_Set#Encoding_forms_of_the_Universal_Character_Set
How do I specify a character set of UCS (ISO/IEC 10646) when invoking
a string constructor?
Thanks,
Jeff
Jeffrey Walton