Re: [xml-dev] Accept-Charset and XML declaration?
On Wed, Feb 27, 2008 at 1:24 PM, Chris Burdess <> wrote: > bryan rasmussen wrote: > > I was just wondering, what SHOULD happen if I have an XML file server > > side that has encoding UTF-16 with a declaration of that, and my > > accept-charset header sent by my client is iso-8859-1? > > 406 I figure it's a 406 if the server is XML aware, but if it was XML aware it could go ahead and transform the UTF-8 to iso-8859-1 and send it, in which case it wouldn't need to do a 406. Cheers, Bryan Rasmussen