Hello,
Existing Postgres documentation states in doc/src/sgml/charset.sgml:
The <ulink url="https://ssl.icu-project.org/icu-bin/locexp">ICU Locale
Explorer</ulink> can be used to check the details of a particular locale
definition.
But the link is broken (SSL certificate does not include
ssl.icu-project.org as allowed name). Correct link is, I believe,
https://icu4c-demos.unicode.org/icu-bin/locexp
Attached patch fixes the broken link.
--
Anton Voloshin
Postgres Professional: https://www.postgrespro.com
Russian Postgres Company
diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml
index 300a0d83d4..46d19ae39d 100644
--- a/doc/src/sgml/charset.sgml
+++ b/doc/src/sgml/charset.sgml
@@ -842,7 +842,7 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE');
subtag) can be found in
the <ulink
url="https://github.com/unicode-org/cldr/blob/master/common/bcp47/collation.xml">CLDR
repository</ulink>.
- The <ulink url="https://ssl.icu-project.org/icu-bin/locexp">ICU Locale
+ The <ulink url="https://icu4c-demos.unicode.org/icu-bin/locexp">ICU Locale
Explorer</ulink> can be used to check the details of a particular locale
definition. The examples using the <literal>k*</literal> subtags require
at least ICU version 54.