mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix caret position for errors with utf source
This commit is contained in:
@@ -38,4 +38,6 @@ inline bool validateUTF8(std::string const& _input)
|
||||
return validateUTF8(_input, invalidPos);
|
||||
}
|
||||
|
||||
size_t numCodepoints(std::string const& _utf8EncodedInput);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user