You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to encode the value "What’s your favorite tall building?" as an ABI string, an error occurs.
However, "What's your favorite tall building?" works fine. Note the difference between ’ and ' -- the first is not an ASCII character, while the second is, which leads me to believe non-ASCII characters are not supported.
The text was updated successfully, but these errors were encountered:
Problem
When I try to encode the value
"What’s your favorite tall building?"
as an ABIstring
, an error occurs.However,
"What's your favorite tall building?"
works fine. Note the difference between’
and'
-- the first is not an ASCII character, while the second is, which leads me to believe non-ASCII characters are not supported.The text was updated successfully, but these errors were encountered: