byte array to string conversion

Tom Tromey tromey@redhat.com
Fri Sep 12 23:10:00 GMT 2003


>>>>> "Lars" == Lars Andersen <lars@rimfaxe.com> writes:

Lars> And in the "UTF-8" case I noticed the following differences between
Lars> JDK and GCJ :

Lars> JDK : allBytesString.length() = 256
Lars> GCJ : allBytesString.length() = 128

Yes, but what is in the string for each element >= 128?
I suspect it is "?" or something equally bogus.

Tom



More information about the Java mailing list