solidity-stringutils icon indicating copy to clipboard operation
solidity-stringutils copied to clipboard

Previous unicodes didn't work for me got message "contains invalid UT…

Open ritzdorf opened this issue 7 years ago • 1 comments

When running the test with the previous unicodes I got message "contains invalid UTF-8 sequence at position 9".

ritzdorf avatar Jun 27 '17 13:06 ritzdorf

That probably was a bug in Solidity (probably https://github.com/ethereum/solidity/issues/2383), which has been fixed. Latest sources do not emit UTF-8 errors.

axic avatar Jul 23 '18 21:07 axic