Commit 1f00a290 authored by Bruce Momjian's avatar Bruce Momjian

doc: remove URL for ICU explorer/locexp

The old URL was HTTP 404 and the git link didn't build.  Also update two
other ICU links.  If we ever get a good link we will add it back.

Reported-by: Anton Voloshin

Author: Laurenz Albe

Backpatch-through: 10
parent c4465cd0
...@@ -746,8 +746,8 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE'); ...@@ -746,8 +746,8 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE');
set that is preloaded by <command>initdb</command>. Users are encouraged set that is preloaded by <command>initdb</command>. Users are encouraged
to define their own collation objects that make use of these facilities to to define their own collation objects that make use of these facilities to
suit the sorting behavior to their requirements. suit the sorting behavior to their requirements.
See <ulink url="http://userguide.icu-project.org/locale"></ulink> See <ulink url="https://unicode-org.github.io/icu/userguide/locale/"></ulink>
and <ulink url="http://userguide.icu-project.org/collation/api"></ulink> for and <ulink url="https://unicode-org.github.io/icu/userguide/collation/api.html"></ulink> for
information on ICU locale naming. The set of acceptable names and information on ICU locale naming. The set of acceptable names and
attributes depends on the particular ICU version. attributes depends on the particular ICU version.
</para> </para>
...@@ -841,10 +841,6 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE'); ...@@ -841,10 +841,6 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE');
subtag) can be found in subtag) can be found in
the <ulink url="https://github.com/unicode-org/cldr/blob/master/common/bcp47/collation.xml">CLDR the <ulink url="https://github.com/unicode-org/cldr/blob/master/common/bcp47/collation.xml">CLDR
repository</ulink>. repository</ulink>.
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. The examples using the <literal>k*</literal> subtags require
at least ICU version 54.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment