Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Corona SDK 开发应用程序。我想将 UTF-8 编码的文本发送到服务器并解码响应(也在 UTF-8 中。)
有人熟悉我可以使用的 UTF-8 编码和解码功能吗?
Lua 标准库没有任何处理 UTF-8 字符的函数。您必须使用一些外部库(如 ICU)或使用现有的 Lua 绑定。