LittleLightForDestiny / littlelight

Little Light is an inventory manager/companion app for Destiny 2 for both iOS and Android. It helps guardians move their gear and track their ingame progress.
MIT License
159 stars 32 forks source link

Fixes crafting pattern progress missing for Fang of Ir Yut and Song of #336

Closed bill0042 closed 4 months ago

bill0042 commented 4 months ago

This fixes missing pattern progress for Fang of Ir Yut and Song of Ir Yut. Both weapons contain the name "Yut" which has a circumflex mark over the "u". Apparently, the methods used to convert the special character "u" to uppercase by sqllite and dart are incompatible in the following line: return "UPPER(json) LIKE \"%${p.toUpperCase()}%\"";

image

joaopmarquesini commented 4 months ago

I will hold this one a bit as this may be a bigger problem for latin languages, and may require a more complex solution