[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] mod_dav_svn directory listing i18n fix, and odd bug

From: Marcus Comstedt <marcus_at_mc.pp.se>
Date: 2002-07-23 21:35:22 CEST

Joe Orton <joe@manyfish.co.uk> writes:

> An HTTP message body with the text/xml media type is assumed to use the
> ISO-8859-1 character set if no charset parameter is given in the
> Content-Type header (RFC2616, section 3.7.1), so adding the

Ack! Why did they make a stupid paragraph like that? The default
charset of text/FOO should be specified by the text/FOO standard, and
not by HTTP. *grumble* Ok, then I guess charset=UTF-8 _is_ required,
due to W3C braindamage.

However, for XML data with a content-type that does not start with
"text/", the charset declaration is not needed.

  // Marcus

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 23 21:41:49 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.