intellij-solidity / intellij-solidity

Solidity plugin for IntelliJ

Home Page:https://plugins.jetbrains.com/plugin/9475-intellij-solidity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support single-quoted unicode

julesGoullee opened this issue · comments

In opposit to #217, unicode support hasn't been fixed, still as described in this issue.

Hey, @julesGoullee! Could you provide a test case so that I can understand what is not working?

Ah, I see, you left a comment in #316 (comment), I'll take a look.

Hey,
unicode"😀" looks correct, and unicode'😀' is badly intepreted

Screenshot 2022-07-24 at 11 18 21

Awesome thx!

@SerCeMan I have bad news, the fix creates a side effect. You can test by yourself by changing the double quote here https://github.com/hydnsec/hydn-seal/blob/master/contracts/HYDNSeal.sol#L38, it creates a syntax error here https://github.com/hydnsec/hydn-seal/blob/master/contracts/HYDNSeal.sol#L85