Now that we have non-Latin1 SGML detection, restore Latin1 chars
authorBruce Momjian
Tue, 3 Dec 2024 22:09:49 +0000 (17:09 -0500)
committerBruce Momjian
Tue, 3 Dec 2024 22:09:49 +0000 (17:09 -0500)
This reverts the change in commit 641a5b7a144 that converted them to
HTML entities.

Reported-by: Peter Eisentraut
Discussion: https://postgr.es/m/[email protected]

Backpatch-through: master

doc/src/sgml/charset.sgml
doc/src/sgml/stylesheet-man.xsl

index 00e1986849aedf0bbe1c27890e5ff61bcc05eb33..6c633678790e443155f9d4e7f40957af0eaa8f98 100644 (file)
@@ -1225,7 +1225,7 @@ CREATE COLLATION ignore_accents (provider = icu, locale = 'und-u-ks-level1-kc-tr
 
 -- ignore differences in accents and case
 CREATE COLLATION ignore_accent_case (provider = icu, deterministic = false, locale = 'und-u-ks-level1');
-SELECT 'Å' = 'A' COLLATE ignore_accent_case; -- true
+SELECT 'Å' = 'A' COLLATE ignore_accent_case; -- true
 SELECT 'z' = 'Z' COLLATE ignore_accent_case; -- true
 
 -- upper case letters sort before lower case.
@@ -1282,7 +1282,7 @@ SELECT 'w;x*y-z' = 'wxyz' COLLATE num_ignore_punct; -- true
          'ab' = U&'a\2063b'
          'x-y' = 'x_y'
          'g' = 'G'
-         'n' = 'ñ'
+         'n' = 'ñ'
          'y' = 'z'
         
        
@@ -1346,7 +1346,7 @@ SELECT 'w;x*y-z' = 'wxyz' COLLATE num_ignore_punct; -- true
 
     
      At every level, even with full normalization off, basic normalization is
-     performed. For example, 'á' may be composed of the
+     performed. For example, 'á' may be composed of the
      code points U&'\0061\0301' or the single code
      point U&'\00E1', and those sequences will be
      considered equal even at the identic level. To treat
@@ -1430,8 +1430,8 @@ SELECT 'x-y' = 'x_y' COLLATE level4; -- false
          false
          
           Backwards comparison for the level 2 differences. For example,
-          locale und-u-kb sorts 'àe'
-          before 'aé'.
+          locale und-u-kb sorts 'àe'
+          before 'aé'.
          
         
 
index 2e2564da683b48346b0c1d25fc4d594cc8c54a4f..fcb485c29319d6a5205ccafbf1a27b11c53615e8 100644 (file)
     
     
-      "%t", in the documentation"/>
-      "%t", in the documentation"/>
-      "%t", in the documentation"/>
-      "%t", in the documentation"/>
-      "%t", in the documentation"/>
-      "%t", in the documentation"/>
+      %t, in the documentation"/>
+      “%t”, in the documentation"/>
+      “%t”, in the documentation"/>
+      “%t”, in the documentation"/>
+      “%t”, in the documentation"/>
+      “%t”, in the documentation"/>