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.
CoronaSDKを使用してアプリケーションを開発しています。UTF-8でエンコードされたテキストをサーバーに送信し、応答もデコードしたい(UTF-8でも)。
私が使用できるUTF-8エンコードおよびデコード機能に精通している人はいますか?
Lua 標準ライブラリには、UTF-8 文字を扱う関数はありません。外部ライブラリ (ICU など) を使用するか、既存の Lua バインディングを使用する必要があります。