This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Port 'Collator' string comparison support to native #11692
Labels
Android
Mapbox Maps SDK for Android
feature
GL JS parity
For feature parity with Mapbox GL JS
iOS
Mapbox Maps SDK for iOS
localization
Human language support and internationalization
Qt
Mapbox Maps SDK for Qt, aka Qt Location Mapbox GL
Port of mapbox/mapbox-gl-js#6270, see also design discussion at mapbox/mapbox-gl-js#4136.
Unfortunately this isn't a trivial port because we'll depend on platform-specific behavior. The rough plan is to implement this is to use built-in string comparison support on iOS and Android, and to bundle ICU (along with the necessary resource bundle) for other platforms. I suspect we won't figure out what we're actually going to do with Qt until the rubber hits the road.
/cc @anandthakker @nickidlugash @1ec5 @brunoabinader
The text was updated successfully, but these errors were encountered: