mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57:45 +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
4 changed files with 229 additions and 0 deletions
|
@ -3,6 +3,7 @@ include(${SerenityOS_SOURCE_DIR}/Meta/CMake/unicode_data.cmake)
|
|||
SET(SOURCES
|
||||
${UNICODE_DATA_SOURCES}
|
||||
CharacterTypes.cpp
|
||||
CurrencyCode.cpp
|
||||
Locale.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue