awtk/lua/str.lua
2018-03-04 08:32:52 +08:00

5 lines
68 B
Lua

local wstr = to_wstr("hello")
local str = to_str(wstr)
print(str);