mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +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:
parent
3ae4ff109f
commit
e6334cb856
Notes:
sideshowbarker
2024-07-18 04:18:14 +09:00
Author: https://github.com/trflynn89
Commit: e6334cb856
Pull-request: https://github.com/SerenityOS/serenity/pull/9945
Reviewed-by: https://github.com/linusg ✅
4 changed files with 229 additions and 0 deletions
|
@ -21,6 +21,7 @@ enum class Script : u8;
|
|||
enum class Territory : u8;
|
||||
enum class WordBreakProperty : u8;
|
||||
|
||||
struct CurrencyCode;
|
||||
struct Keyword;
|
||||
struct LanguageID;
|
||||
struct ListPatterns;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue