Skip to content

Commit 9cb9c91

Browse files
committed
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 only (missed in previous commit)
1 parent d5fa3c0 commit 9cb9c91

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

doc/src/sgml/charset.sgml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -744,8 +744,8 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE');
744744
set that is preloaded by <command>initdb</command>. Users are encouraged
745745
to define their own collation objects that make use of these facilities to
746746
suit the sorting behavior to their requirements.
747-
See <ulink url="http://userguide.icu-project.org/locale"></ulink>
748-
and <ulink url="http://userguide.icu-project.org/collation/api"></ulink> for
747+
See <ulink url="https://unicode-org.github.io/icu/userguide/locale/"></ulink>
748+
and <ulink url="https://unicode-org.github.io/icu/userguide/collation/api.html"></ulink> for
749749
information on ICU locale naming. The set of acceptable names and
750750
attributes depends on the particular ICU version.
751751
</para>
@@ -837,12 +837,8 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE');
837837
and <ulink url="https://tools.ietf.org/html/bcp47">BCP 47</ulink> for
838838
details. The list of possible collation types (<literal>co</literal>
839839
subtag) can be found in
840-
the <ulink url="http://www.unicode.org/repos/cldr/trunk/common/bcp47/collation.xml">CLDR
840+
the <ulink url="https://github.com/unicode-org/cldr/blob/master/common/bcp47/collation.xml">CLDR
841841
repository</ulink>.
842-
The <ulink url="https://ssl.icu-project.org/icu-bin/locexp">ICU Locale
843-
Explorer</ulink> can be used to check the details of a particular locale
844-
definition. The examples using the <literal>k*</literal> subtags require
845-
at least ICU version 54.
846842
</para>
847843

848844
<para>

0 commit comments

Comments
 (0)