Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Felix Wiemann <Felix.Wiemann@gm...> - 2005-04-30 16:45:16
|
goodger@... wrote: > Log: > fixed encoding/charset values in "html_prolog" & "html_head" parts, > which should not have been interpolated > > Modified: trunk/docutils/docs/api/publisher.txt > =================================================================== > + themselves. The "Content-Type" meta tag's "charset" value is left > + unresolved, as "%s":: > > + <meta http-equiv="Content-Type" content="text/html; charset=%s" /> > + > + The interpolation should be done by client code. Could explain the motivation for this? Why would you want to make Docutils create output in a different charset than what you will be using in the final document? (And after all, in such [rare?] cases one could also replace the charset with another charset using a regex.) Requiring the user to do the string-interpolation himself seems like an unnecessary inconvenience to me (but maybe I'm missing a use case for that). -- For private mail please ensure that the header contains 'Felix Wiemann'. http://www.ososo.de/ |