patch applied (cabal): Check for invalid UTF8 when parsing .cabal files
25 Feb
2008
25 Feb
'08
9:46 p.m.
Mon Feb 25 05:28:24 PST 2008 Duncan Coutts <duncan@haskell.org> * Check for invalid UTF8 when parsing .cabal files 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. M ./Distribution/ParseUtils.hs -8 +16 View patch online: http://darcs.haskell.org/cabal/_darcs/patches/20080225132824-adfee-8765660b1...
6729
Age (days ago)
6729
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts