I have some maps saved from b4a containing translations of strings
They start like this
#Wed Mar 05 14:47:17 GMT+00:00 2025
You\ have\ nothing\ to\ fear\ as\ long\ as\ I'm\ here.=Non hai niente da temere finch\u00E9 sono qui.
If I try to retrieve the value for the key "You have nothing to fear as long as I'm here", it works fine in b4a but it does not work in b4i. It only works if I look for "You\ have\..." with backslashes.
Is there a way to make this work in b4i?
They start like this
#Wed Mar 05 14:47:17 GMT+00:00 2025
You\ have\ nothing\ to\ fear\ as\ long\ as\ I'm\ here.=Non hai niente da temere finch\u00E9 sono qui.
If I try to retrieve the value for the key "You have nothing to fear as long as I'm here", it works fine in b4a but it does not work in b4i. It only works if I look for "You\ have\..." with backslashes.
Is there a way to make this work in b4i?