WeaselGames / godot_luaAPI

Godot LuaAPI
https://luaapi.weaselgames.info
Other
361 stars 27 forks source link

Add UTF8 support #162

Closed Trey2k closed 10 months ago

Trey2k commented 10 months ago

Based on #161 resolves #152

I tested and it seems to work for the most part. But for some reason pushing UTF8 string to the lua state does not work here. The cause for this eludes me for the time being as fundamentally we are doing the same as was done in #152 None the less, this is a lot better of support then existed before.