Shanun
Results
2
issues of
Shanun
Hi dear developer Please provide Chinese input support, currently cannot switch to Chinese input method, scenebuilder cannot display Chinese characters. ### Expected Behavior I hope to use scenebuilder to switch...
bug
原文:vim.cmd "language en_US.UTF-8" 修改为: local handle = io.popen("locale -a | grep -iE '.utf.?8$'", "r") local utf8_locales = {} if handle then for line in handle:lines() do table.insert(utf8_locales, line) end handle:close()...