-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
This package does not treat the tag en-a-bbb-a-ccc
as invalid even though the singleton subtag a
appears twice.
According to the BCP 47 specifications: Each singleton subtag MUST appear at most one time in each tag (other than as a private use subtag). That is, singleton subtags MUST NOT be repeated. For example, the tag "en-a-bbb-a-ccc" is invalid because the subtag 'a' appears twice. Note that the tag "en-a-bbb-x-a-ccc" is valid because the second appearance of the singleton 'a' is in a private use sequence.
Is this an issue that needs to be fixed?
Metadata
Metadata
Assignees
Labels
No labels