doc: PG 16 relnotes: fix initdb encoding/locale item
authorBruce Momjian
Fri, 25 Aug 2023 01:44:31 +0000 (21:44 -0400)
committerBruce Momjian
Fri, 25 Aug 2023 01:44:31 +0000 (21:44 -0400)
Reported-by: Jeff Davis
Discussion:  https://postgr.es/m/c5369641862637c71a6c1c440ac7f122068ca4e7[email protected]

Backpatch-through: 16 only

doc/src/sgml/release-16.sgml

index 488887c72bd5d8ba1661d2faa68268c7498bdeb7..ddd8bc3f3beaf347eeca46ad2c90bdbef0a653fb 100644 (file)
@@ -1566,15 +1566,12 @@ Author: Jeff Davis 
 
       
        
-        Determine the ICU default locale from the
-        environment (Jeff Davis)
+        Determine the default encoding from the locale when using
+        ICU (Jeff Davis)
        
 
        
-        However, 
-        linkend="locale-providers">ICU doesn't
-        support the C locale so UTF-8 is used in such
-        cases.  Previously the default was always UTF-8.
+        Previously the default was always UTF-8.