私のタイ語の文字列は次のとおりです。
「\u0e08\u0e2d\u0e21\u0e40\u0e27\u0e17\u0e22\u0e4c\u0e21\u0e2b\u0e32"
現在、「iconv」ジェムをインストールして使用しています
string = Iconv.conv('unicode', 'utf-8', string)
しかし、それは機能していません。
invalid encoding ("unicode", "utf-8") (Iconv::InvalidEncoding)
Iconv またはエンコードを使用する必要がありますか? (私はRuby 2.3.1を使用しています)