MS> In the case of Java, the equivalent course of action would be to
MS> stick with a 16-bit char as the base type for strings.
I believe that Java strings use UTF-8 internally. At any rate the
internal implementation is not exposed to applications -- note that
`length' is a method in class String (while it is a field in vector
classes).
Juliusz
- Re: Java and Unicode Jungshik Shin
- Re: Java and Unicode John Jenkins
- Re: Java and Unicode John O'Conner
- Re: Java and Unicode Kenneth Whistler
- Re: Java and Unicode Markus Scherer
- Re: Java and Unicode Elliotte Rusty Harold
- Re: Java and Unicode Valeriy E. Ushakov
- Re: Java and Unicode Elliotte Rusty Harold
- Re: Java and Unicode Markus Scherer
- Re: Java and Unicode Thomas Chan
- Re: Java and Unicode Juliusz Chroboczek
- Re: Java and Unicode Markus Scherer

