Opened 14 months ago
Closed 14 months ago
#5553 closed defect (fixed)
Single Page HTML Manual is encoded in ISO-8859-1
Reported by: | chrism | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.5.0 |
Component: | documentation | Version: | master |
Keywords: | Cc: |
Description
This is OK when opening as a file in a browser, although it in theory it restricts the characters that could be used, but a problem if accessing from a web server that is configured to mark all content as UTF-8.
It's a limitation of the DocBook XSL, switching to HTML5 resolves this and avoids the legacy HTML.
Suggested implementation: https://github.com/postgis/postgis/pull/743
Change History (8)
comment:1 by , 14 months ago
comment:3 by , 14 months ago
Component: | postgis → documentation |
---|
comment:4 by , 14 months ago
This change resulted in Debbie's built documentation being corrupted, see #5559
comment:5 by , 14 months ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
We need to use a stylesheet customization layer to do utf8, see http://www.sagehill.net/docbookxsl/OutputEncoding.html
I'm reopening this ticket as I plan to revert the commit closing it
comment:6 by , 14 months ago
Version: | 3.4.x → master |
---|
comment:7 by , 14 months ago
The single page ones seem to be fine I think, but date reads Friday which seems wrong since I regenerated.
https://postgis.net/docs/manual-3.5/postgis-en.html
The hash looks right c65bbfb [c65bbfb2/git] that is the last commit in master
comment:8 by , 14 months ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
I guess we can re-close this until otherwise proved this was the cause of failure. Locally I don't see a problem with rendering the xhtml generated after this change.
Let's continue the discussion in #5559
I've pushed an html5 branch to see if bots are happy with it