diff options
| author | Bruce Momjian | 2021-10-04 21:10:59 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2021-10-04 21:10:59 +0000 |
| commit | e8259439066c5fa4f3266f30434d5a52b8347bd1 (patch) | |
| tree | a1db446fbeb3651831bfcb61e6e636f6b4fe08a7 /doc/src | |
| parent | 2f74db1236fe83e6665e5b0ddad4454c69495614 (diff) | |
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
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/charset.sgml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index 05a6bf568f4..f203c368c2f 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -747,8 +747,8 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE'); set that is preloaded by <command>initdb</command>. Users are encouraged to define their own collation objects that make use of these facilities to suit the sorting behavior to their requirements. - See <ulink url="http://userguide.icu-project.org/locale"></ulink> - and <ulink url="http://userguide.icu-project.org/collation/api"></ulink> for + See <ulink url="https://unicode-org.github.io/icu/userguide/locale/"></ulink> + 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 attributes depends on the particular ICU version. </para> @@ -842,10 +842,6 @@ 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 - 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> |
