Skip to content
  • Duncan Coutts's avatar
    Check for invalid UTF8 when parsing .cabal files · cf7baddf
    Duncan Coutts authored
    This assumes a permissive UTF8 decoder has inserted '\xfffd' as a replacement
    character. We should check strictly for errors when we decode instead, though
    it's nice to do that where we have some kind of error reporting infrastructure
    which is why I've added it to the parser for the moment. The current error
    message is not too bad, as it reports the line number.
    cf7baddf