From 494f35441488995b0b2006f30049cb4668cc5bb6 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Mon, 3 Jun 2024 13:49:46 -0400 Subject: [PATCH] CLDR-17687 Correct the explanation of a canonicalization example --- docs/ldml/tr35.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ldml/tr35.md b/docs/ldml/tr35.md index 6a3c07f07bb..cafaddfeac8 100644 --- a/docs/ldml/tr35.md +++ b/docs/ldml/tr35.md @@ -762,8 +762,8 @@ Most type values are represented by a single subtag in the current version of CL Note that canonicalization does not change invalid locales to valid locales. For example, und-u-ka canonicalizes to und-u-ka-true, but: -1. "und-u-ka-true" — is invalid, since ‘yes’ is not a valid value for ka -2. "und-u-ka" — is invalid, since the value “true” is assumed whenever there is no value, and ‘true’ is not a valid value for ka +1. "und-u-ka-true" — is invalid, since "true" is not a valid value for ka +2. "und-u-ka" — is invalid, since the value "true" is assumed whenever there is no value, and "true" is not a valid value for ka The BCP 47 form for keys and types is the canonical form, and recommended. Other aliases are included for backwards compatibility.