Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Android Unicode handling #2355

Closed
ljbade opened this issue Sep 17, 2015 · 4 comments
Closed

Android Unicode handling #2355

ljbade opened this issue Sep 17, 2015 · 4 comments
Labels
Android Mapbox Maps SDK for Android

Comments

@ljbade
Copy link
Contributor

ljbade commented Sep 17, 2015

From #2037 we should implement Unicode uppercase and lowercase for Android using Java framework.

Allows us to drop nunicode dependency.

@ljbade ljbade added the Android Mapbox Maps SDK for Android label Sep 17, 2015
@ljbade ljbade added this to the android-v0.2.0 milestone Sep 17, 2015
@mikemorris
Copy link
Contributor

Refs #309

@bleege bleege modified the milestones: android-v2.1.0, android-v2.2.0 Oct 2, 2015
@bleege bleege modified the milestones: android-v2.2.0, android-v2.3.0 Oct 28, 2015
@bleege bleege modified the milestones: android-v2.3.0, android-v2.4.0 Dec 4, 2015
@bleege bleege modified the milestones: android-v3.0.0, android-v3.1.0 Dec 21, 2015
@bleege bleege modified the milestones: android-v3.1.0, android-v4.0.0 Jan 20, 2016
@jfirebaugh jfirebaugh removed this from the android-v4.0.0 milestone Mar 4, 2016
@kkaefer
Copy link
Member

kkaefer commented Jun 4, 2018

Android collator is added in #2355, which could make this a lot easier to do.

@tobrun
Copy link
Member

tobrun commented Jul 27, 2018

PR in #12497 is leveraging java/lang/String#toUpperCase and java/lang/String#toLowerCase.

@tobrun
Copy link
Member

tobrun commented Sep 11, 2018

PR above also integrated collator support on the java side. nunicode was removed as result. Closing.

@tobrun tobrun closed this as completed Sep 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android
Projects
None yet
Development

No branches or pull requests

6 participants