Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLDR-15290 BRS v41: fix broken links in spec #1874

Merged
merged 1 commit into from
Apr 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ldml/tr35-keyboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,7 @@ Here is a list of the data sources used to generate the initial key map layouts:
| Android | Android 4.0 - Ice Cream Sandwich ([https://source.android.com/source/downloading.html](https://source.android.com/source/downloading.html)) | Parsed layout files located in packages/inputmethods/LatinIME/java/res |
| ChromeOS | XKB ([https://www.x.org/wiki/XKB](https://www.x.org/wiki/XKB)) | The ChromeOS represents a very small subset of the keyboards available from XKB.
| Mac OSX | Ukelele bundled System Keyboards ([https://software.sil.org/ukelele/](https://software.sil.org/ukelele/)) | These layouts date from Mac OSX 10.4 and are therefore a bit outdated |
| Windows | Generated .klc files from the Microsoft Keyboard Layout Creator ([https://support.microsoft.com/en-us/help/823010/the-microsoft-keyboard-layout-creator](https://support.microsoft.com/en-us/help/823010/the-microsoft-keyboard-layout-creator)) |
| Windows | Generated .klc files from the Microsoft Keyboard Layout Creator ([https://support.microsoft.com/en-us/topic/906c31e4-d5ea-7988-cb39-7b688880d7cb](https://support.microsoft.com/en-us/topic/906c31e4-d5ea-7988-cb39-7b688880d7cb)) |

* * *

Expand Down
4 changes: 2 additions & 2 deletions docs/ldml/tr35.md
Original file line number Diff line number Diff line change
Expand Up @@ -1528,7 +1528,7 @@ The default locale is not even always used in resource bundle inheritance. For t
* break iteration
* case mapping
* transliteration
* The lookup for transliteration is yet more complicated because of the interplay of source and target locales: see _Part 2 General, Section 10.1 [Inheritance.](https://www.unicode.org/reports/tr35/tr35-general.md#Inheritance)_
* The lookup for transliteration is yet more complicated because of the interplay of source and target locales: see _Part 2 General, Section 10.1 [Inheritance.](tr35-general.md#Inheritance)_

Thus if there is no Akan locale, for example, asking for a collation for Akan should produce the root collation, _not the Swedish collation._

Expand Down Expand Up @@ -3604,7 +3604,7 @@ The above algorithm is a logical statement of the process, but would obviously n
| [<a name="RBNF" href="#RBNF">RBNF</a>] | Rule-Based Number Format<br/>[https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classicu_1_1RuleBasedNumberFormat.html](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classicu_1_1RuleBasedNumberFormat.html) |
| [<a name="RBBI" href="#RBBI">RBBI</a>] | Rule-Based Break Iterator<br/>[https://unicode-org.github.io/icu/userguide/boundaryanalysis](https://unicode-org.github.io/icu/userguide/boundaryanalysis) |
| [<a name="UCAChart" href="#UCAChart">UCAChart</a>] | Collation Chart[<br/>https://unicode.org/charts/collation/](https://unicode.org/charts/collation/) |
| [<a name="UTCInfo" href="#UTCInfo">UTCInfo</a>] | NIST Time and Frequency Division Home Page<br/>[https://tf.nist.gov/<br/>](https://tf.nist.gov/)U.S. Naval Observatory: What is Universal Time?<br/>[https://www.usno.navy.mil/USNO/time/master-clock/systems-of-time](https://www.usno.navy.mil/USNO/time/master-clock/systems-of-time) |
| [<a name="UTCInfo" href="#UTCInfo">UTCInfo</a>] | NIST Time and Frequency Division Home Page<br/>[https://tf.nist.gov/<br/>](https://tf.nist.gov/)U.S. Naval Observatory: What is Universal Time?<br/>[https://www.cnmoc.usff.navy.mil/Organization/United-States-Naval-Observatory/Precise-Time-Department/The-USNO-Master-Clock/Definitions-of-Systems-of-Time/](https://www.cnmoc.usff.navy.mil/Organization/United-States-Naval-Observatory/Precise-Time-Department/The-USNO-Master-Clock/Definitions-of-Systems-of-Time/) |
| [<a name="WindowsCulture" href="#WindowsCulture">WindowsCulture</a>] | Windows Culture Info (with mappings from [[BCP47](#BCP47)]-style codes to LCIDs)<br/>[https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo) |


Expand Down