[SCM] PostGIS branch master updated. 3.6.0rc2-131-g11337be06

git at osgeo.org git at osgeo.org
Fri Oct 10 12:39:57 PDT 2025


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  11337be06b6937bd23caa889af1f9a5a319a62c6 (commit)
      from  58374818b0c985b5a825fdd18dbee1238c0cc83a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 11337be06b6937bd23caa889af1f9a5a319a62c6
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Oct 10 21:39:28 2025 +0200

    Add fixing of smart quote characters in fix_broken_xml.sh script

diff --git a/doc/po/fix_broken_xml.sh b/doc/po/fix_broken_xml.sh
index d62d6373d..6f3f23644 100755
--- a/doc/po/fix_broken_xml.sh
+++ b/doc/po/fix_broken_xml.sh
@@ -9,3 +9,9 @@ perl -pi -e 's/<[^[>\\]*!\[CDATA\[/<!\[CDATA\[/g' $@
 # Fix malformed URIs (-C is for unicode)
 perl -C -pi -e 's/(https?)[[:blank:]]*:/\1:/g' $@
 
+# Fix smart quotes
+perl -pi -e 's/”/\\"/g' $@
+perl -pi -e 's/“/\\"/g' $@
+perl -pi -e 's/«/\\"/g' $@
+perl -pi -e 's/»/\\"/g' $@
+

-----------------------------------------------------------------------

Summary of changes:
 doc/po/fix_broken_xml.sh | 6 ++++++
 1 file changed, 6 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list