Custom linters can use getLineAndCharFromOffset, but the offset is assumed to be in Bytes, and presumably modern linters produce their output in Chars, so text files with multi-byte chars get wrong offsets.
Description
Description
Custom linters can use getLineAndCharFromOffset, but the offset is assumed to be in Bytes, and presumably modern linters produce their output in Chars, so text files with multi-byte chars get wrong offsets.