From 89b3e056d3e5d2a7c2791200673f18ecabcc3f1e Mon Sep 17 00:00:00 2001 From: Mark Davis Date: Fri, 6 Dec 2024 13:56:31 -0800 Subject: [PATCH] CLDR-18150 Fix private-use units to avoid validity constraints (#4227) --- docs/ldml/tr35-general.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/ldml/tr35-general.md b/docs/ldml/tr35-general.md index 6a6bc25715e..4cf12d62cbe 100644 --- a/docs/ldml/tr35-general.md +++ b/docs/ldml/tr35-general.md @@ -943,10 +943,9 @@ per * 100 pu_single_unit -
:= "xxx-" single_unit -
   | "x-" single_unit +
:= := ("xxx-" | "x-") [a-z0-9]{3,8} * *Examples:* - * xxx-square-knuts (a Harry Potter unit) + * square-xxx-knuts (a Harry Potter unit) * *Notes:* * "x-" is only for backwards compatibility; it is deprecated and should not be generated * See [Private-Use Units](https://github.com/unicode-org/cldr/edit/main/docs/ldml/tr35-general.md#Private_Use_Units)