Re: Unicode standards

The DOMString datatype is intended to represent a string expressed in
UTF-16. How that's stored internally is up to the individual DOM
implementation. Usually, if you have a native Unicode or UTF-16 string
datatype available, that will be the right choice since it'll be easiest
for your customers to work with. If you don't, you may want to create one.

______________________________________
Joe Kesselman  / IBM Research

Received on Monday, 17 July 2000 08:38:31 UTC