Skip to content

Commit 53ae57a

Browse files
committed
Permit era codes of length 2
1 parent ec01a7d commit 53ae57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/dtd/ldmlSupplemental.dtd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
275275
<!--@MATCH:time/yyyy-MM-dd-->
276276
<!--@VALUE-->
277277
<!ATTLIST era code NMTOKEN #IMPLIED >
278-
<!--@MATCH:regex/[a-z0-9]{3,8}(\-[a-z0-9]{3,8})*-->
278+
<!--@MATCH:regex/[a-z0-9]{2,8}(\-[a-z0-9]{3,8})*-->
279279
<!--@VALUE-->
280280
<!ATTLIST era aliases NMTOKENS #IMPLIED >
281281
<!--@MATCH:set/regex/[a-z0-9]{2,8}(\-[a-z0-9]{3,8})*-->

0 commit comments

Comments
 (0)