RaiderIO / raiderio-addon

RaiderIO AddOn
https://raider.io/addon
Other
40 stars 21 forks source link

Fix/case insensitive data lookup #172

Closed Vladinator closed 3 years ago

Vladinator commented 3 years ago

If this works for the alpha branch, we can merge and deploy for everyone.

This resolves the rare issue with some players having weird cases in their names, and this will make the binary search case insensitive and properly support utf8 to avoid multibyte character issues that we previously encountered.