I have C# code calling a lua function. I'm passing string to this function. This function processes the string and returns another string in a table.
When I try to pass 'chinese' string "怎么说" - I get "???" in lua. (I tried to print and save this string to file). My C# encoding is correct as I can see the correct chinese characters in visual studio debugging session. How do I pass the 'chinese' string to lua?
Appreciate any help.
This was a issue in NLua.
Was already fixed: https://github.com/NLua/NLua/issues/48