Skip to content

Commit

Permalink
GenerateEnums
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Oct 4, 2023
1 parent 5b7dd8f commit 57c0d31
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ public enum Age_Values implements Named {
V12_0("12.0"),
V12_1("12.1"),
V13_0("13.0"),
V13_1("13.1"),
V13_1("13.1"), // TODO: there is no Unicode 13.1, see
// https://github.com/unicode-org/unicodetools/issues/100
V14_0("14.0"),
V15_0("15.0"),
V15_1("15.1"),
Expand Down

0 comments on commit 57c0d31

Please sign in to comment.