Skip to content

Commit

Permalink
Add support for Unicode roman numerals. (#4110)
Browse files Browse the repository at this point in the history
#4107 Add support for Unicode roman numerals.

Co-authored-by: Daniel Mallorga <75833793+MalloD12@users.noreply.github.com>
Co-authored-by: filipe <flautert@liquibase.org>
  • Loading branch information
3 people committed May 30, 2023
1 parent 6813333 commit 5752eff
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -370,6 +370,8 @@ Built list from http://stackoverflow.com/a/37668315/45756
"\u213C"-"\u213F",
"\u2145"-"\u2149",
"\u214E",
"\u2160"-"\u216F", //Roman numerals
"\u2170"-"\u217F", //Small roman numerals
"\u2183",
"\u2184",
"\u2C00"-"\u2C2E",
Expand Down

0 comments on commit 5752eff

Please sign in to comment.