realm / realm-js

Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
Apache License 2.0
5.8k stars 577 forks source link

Add insensitive diacritics support #1697

Open cbfranca opened 6 years ago

cbfranca commented 6 years ago

Has any plans to add support do diacritics insensitive like in Apple NSPredicate

Tks

kneth commented 6 years ago

We are still waiting for Google to do the right thing: https://github.com/android-ndk/ndk/issues/548

cbfranca commented 6 years ago

Do you know about any workaround?

kneth commented 6 years ago

Realm Core only supports unicode up to 591, and we cannot expand the support until Android supports it.