mirror of
https://github.com/zlgopen/awtk.git
synced 2025-05-09 03:51:08 +08:00
5 lines
68 B
Lua
5 lines
68 B
Lua
|
|
local wstr = to_wstr("hello")
|
|
local str = to_str(wstr)
|
|
print(str);
|