| From: | Magnus Hagander <magnus(at)hagander(dot)net> |
|---|---|
| To: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default |
| Date: | 2016-11-16 14:09:05 |
| Message-ID: | CABUevEx3n0AsjTJW5P0DxqO7c0T_n272rCW+BTV1EdMtXQc7Cw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
On Wed, Nov 16, 2016 at 3:02 PM, Peter Eisentraut <
peter(dot)eisentraut(at)2ndquadrant(dot)com> wrote:
> On 11/16/16 1:38 AM, Magnus Hagander wrote:
> > AFAICT this is because the output is now UTF8 and it used to be LATIN1.
> > The current output actually has it in the html tags that it's utf8,but
> > since the old one had no tags specifying it's encoding we hardcoded it
> > to LATIN1.
>
> The old output has this:
>
> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
>
> This has always been the case, AFAICT.
>
Oh, it's there. It's just not on one line and not at the beginning, so I
misssed it :)
> Btw., shouldn't the output web site pages have encoding declarations?
>
That gets sent in the http header, doesn't it?
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Erik Rijkers | 2016-11-16 14:29:53 | Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default |
| Previous Message | Peter Eisentraut | 2016-11-16 14:02:11 | Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2016-11-16 14:17:54 | Re: switching documentation build to XSLT |
| Previous Message | Kevin Grittner | 2016-11-16 14:02:48 | Re: [HACKERS] Patch: Implement failover on libpq connect level. |