RE: DOMString Character Encoding

> -----Original Message-----
> From:	Philippe Le Hegaret [SMTP:plh@w3.org]
> Sent:	Tuesday, February 19, 2002 6:53 PM
> To:	Allen, Michael B (RSCH)
> Cc:	WWW DOM
> Subject:	RE: DOMString Character Encoding
> 
> On Tue, 2002-02-19 at 18:40, Allen, Michael B (RSCH) wrote:
> > > big endian or little endian is platform dependent. I don't think that
> > > the BOM doesn't have anything to do in a DOMString.
> > > 
> > 	Internally I doubt Java Strings have BOMs but if you serialize one they sure do.
> 
> sure but then this is an issue for the serializer, not the DOMString
> itself. I don't think we need to specific and define what happen
> regarding the BOM. I expect the XML specification to be clear on that if
> needed.
> 
	I'm sorry, I didn't mean to make BOMs the issue. I was just trying to make
	the point that character encoding is totally irrellivant to DOMString just as it
	is to Java's String type which is refereneced in the section in question.

	Mike

Received on Tuesday, 19 February 2002 19:07:27 UTC