Skip to content

Commit ed899ef

Browse files
committed
Editorial: Improve links to UTS 35 Part 1 Core, Annex C LocaleId Canonicalization
The relevant algorithms are buried rather deep in that section.
1 parent e54c6bf commit ed899ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/locales-currencies-tz.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1>
7676
<dd>It returns the canonical and case-regularized form of _locale_.</dd>
7777
</dl>
7878
<emu-alg>
79-
1. Let _localeId_ be the String value resulting from performing the algorithm to transform _locale_ to canonical form per <a href="https://unicode.org/reports/tr35/#LocaleId_Canonicalization">Unicode Technical Standard #35 Part 1 Core, Annex C LocaleId Canonicalization</a> (note that the algorithm begins with canonicalizing syntax only).
79+
1. Let _localeId_ be the String value resulting from performing the <a href="https://unicode.org/reports/tr35/#processing-localeids">Processing LocaleIds</a> algorithm to transform _locale_ to canonical form per <a href="https://unicode.org/reports/tr35/#LocaleId_Canonicalization">Unicode Technical Standard #35 Part 1 Core, Annex C LocaleId Canonicalization</a>.
8080
1. [id="step-canonicalizeunicodelocaleid-u-extension"] If _localeId_ contains a <emu-not-ref>substring</emu-not-ref> that is a Unicode locale extension sequence, then
8181
1. Let _extension_ be the String value consisting of the <emu-not-ref>substring</emu-not-ref> of the Unicode locale extension sequence within _localeId_.
8282
1. Let _newExtension_ be *"-u"*.

0 commit comments

Comments
 (0)