Published on

solidityで日本語の文字列を使う方法

Authors
  • avatar
    Name
    ssu
    Twitter

solidityで日本語のようなunicodeの文字列を使う方法を紹介します。 とても簡単でunicodeを使うとできます。ただし、solidityのバージョンが0.7以上のやり方になります。

string str = unicode"魚美味しいよね✊"

のようにsolidityでもunicodeの文字列を使うことができます。

参考: unicode-literals

Do Solidity smart contract symbols support unicode?