1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:17:44 +00:00

LibUnicode: Add some data related to currency codes

This data is published under ISO-4217 as an XML file. Since we can't
parse XML files yet, and the data isn't very large, it was translated to
C++ manually here.
This commit is contained in:
Timothy Flynn 2021-09-09 10:49:13 -04:00 committed by Linus Groh
parent 3ae4ff109f
commit e6334cb856
4 changed files with 229 additions and 0 deletions

View file

@ -21,6 +21,7 @@ enum class Script : u8;
enum class Territory : u8;
enum class WordBreakProperty : u8;
struct CurrencyCode;
struct Keyword;
struct LanguageID;
struct ListPatterns;