Add intl/ICU support

This commit is contained in:
Marcel Pociot
2023-06-02 11:47:11 +02:00
parent 09ba11affb
commit 1158931d91
7 changed files with 68 additions and 2 deletions

View File

@@ -419,5 +419,13 @@
"type": "file",
"path": "LICENSE"
}
},
"icu": {
"type": "url",
"url": "https://github.com/unicode-org/icu/releases/download/release-73-1/icu4c-73_1-src.tgz",
"license": {
"type": "file",
"path": "LICENSE"
}
}
}