[Haskell-cafe] Data.Ranges show error

Aaron Gray aaronngray.lists at gmail.com
Sat Jan 22 17:01:00 CET 2011


On 22 January 2011 13:15, Daniel Fischer
<daniel.is.fischer at googlemail.com>wrote:

> On Saturday 22 January 2011 03:47:55, Aaron Gray wrote:
> > Data.Ranges.hs:12
> >
> > show (Range x y) = concat ["(", show x, "–", show y, ")"]
> >
> > Contains the following charcter sequence :-
> >
> >     –
> >
> > Which does not seem to be supported in Windows codepage.
> >
> > Aaron
>
> For me, that's an en-dash (U+2013 / '\8211').
> I believe something on your box mangled the UTF-8 encoding.
>

Weird I did a cabal install and have not touched it with an editor.

Are you on Windows ?

Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110122/b90e01f2/attachment.htm>


More information about the Haskell-Cafe mailing list