Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implement uloc_openAvailableByType()
- Add a new feature for ICU4C version 6.5 and above in which the new implementation will be available. - Change the signature of ULoc::get_available() to more closely match the ICU4C uloc_getAvailable() function signature. - Add the function ULoc::get_available_locales() to return an (uncached) collection of available locales. - Add the function ULoc::get_available_locales_by_type() to return a collection of available locales for the specified type. - Correct some configuration tags that used the plural 'features' incorrectly and were not functioning correctly as a result.
- Loading branch information