instructure / i18nema

fast i18n backend that doesn't stop up the garbage collector
65 stars 12 forks source link

direct_lookup cause error on yaml condition with unicode #9

Open doanguyen opened 7 years ago

doanguyen commented 7 years ago

key1: ? "condition 1 in unicode" : "condition 2 in unicode"

doanguyen commented 7 years ago

key is not supported unicode character.

jenseng commented 6 years ago

While this it's a legit bug, Instructure doesn't actually use this gem anymore in canvas, since the GC improvements in newer versions of Ruby make i18nema's wins much less significant. We can leave this open if someone wants to submit a pull request, but it's pretty unlikely to be fixed by anyone at Instructure.