|
>From what I can make out LuaSQL asks for the SQL_WCHAR data in SQL_C_CHAR form, so the ODBC driver should encode them in the machines local codepage. Not ideal if you want something outside of that (don't think I've ever had success trying to get the UTF8 codepage 65001 working), but better than nothing I guess.
I'll merge it.
Scott