-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set the resolver version to 2, clarify the error message when the ICU…
… version isn't found and add implementations for ICU functions: - uloc_getName(), - uloc_getISO3Language(), - uloc_getISO3Country(), - uloc_getDisplayLanguage(), - uloc_getDisplayScript(), - uloc_getDisplayCountry(), - uloc_getDisplayVariant(), - uloc_getDisplayKeyword(), - uloc_getDisplayKeywordValue(), and - uloc_getDisplayName()).
- Loading branch information
Clyde Gerber
committed
Oct 25, 2023
1 parent
c6dac10
commit 75a09f3
Showing
5 changed files
with
257 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,4 @@ members = [ | |
"rust_icu_utext", | ||
"rust_icu_utrans", | ||
] | ||
resolver = "2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters