Closed
Description
- Use T.decodeUtf8 + BS.readFile instead of T.readFile #2637 assumes file encoding must be utf8, but almost surely that assumption was present in the codebase before that
- Most users will be using utf8 and there is no issues about this afaik but maybe it worths to give a try using a local encoding (pre and post Use T.decodeUtf8 + BS.readFile instead of T.readFile #2637), verify hls does not work with local encoding and try to detect and warn users about with a lsp alert and noting it explicitly in docs