From 06ac18e6302d666c363740644a7976e8c22d1113 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Sat, 11 Dec 2021 20:10:35 +0100 Subject: Update reference links for ISO 639 and 3166 SIL has restructured their site, and ISO either moves things around or doesn't make them available at all. For 3166 use Wikipedia if ISO doesn't want to be a reference.. Change-Id: I2f906376c081667f57d48fa0386015a90857aae5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126689 Reviewed-by: Eike Rathke Tested-by: Jenkins --- udkapi/com/sun/star/lang/Locale.idl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'udkapi/com') diff --git a/udkapi/com/sun/star/lang/Locale.idl b/udkapi/com/sun/star/lang/Locale.idl index 355b5096bbf4..6f6f509c4305 100644 --- a/udkapi/com/sun/star/lang/Locale.idl +++ b/udkapi/com/sun/star/lang/Locale.idl @@ -42,8 +42,8 @@ published struct Locale defined by ISO 639-1, or three-letter codes as defined by ISO 639-3. You can find a full list of these codes at a number of sites, such as:
- - http://sil.org/iso639-3/codes.asp. + + https://iso639-3.sil.org/code_tables/639/data.

If this field contains an empty string, the meaning depends on the @@ -62,8 +62,8 @@ published struct Locale

These codes are the upper-case two-letter codes as defined by ISO 3166-1. You can find a full list of these codes at a number of sites, such as:
- - http://www.iso.org/iso/country_codes/iso_3166_code_lists/country_names_and_code_elements.htm. + + https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2.

If this field contains an empty string, the meaning depends on the -- cgit