[Haskell-beginners] HXT: encoding problem

Derek McLoughlin derek.mcloughlin at gmail.com
Sat Sep 27 21:12:37 UTC 2014


That file ran fine for me.

I also tested it on a Cloud9 installation with GHC 7.6.3 and HXT 9.3
and it ran fine.

Also Ubuntu 14.04, GHC 7.6.3 and HXT 9.3 worked fine.

What's your default locale in Debian?

On my Mac and test Ubuntu box, it's:
LANG="en_IE.UTF-8"
LC_COLLATE="en_IE.UTF-8"
LC_CTYPE="en_IE.UTF-8"
...
all values = "C.UTF-8"

On my Cloud9 instance:

LANG=C
LANGUAGE=
LC_CTYPE="C.UTF-8"
...
all values = "C.UTF-8"

On 27 September 2014 18:53, Elias Diem <lists at webconect.ch> wrote:
> On 2014-09-27,  Derek McLoughlin wrote:
>
>> I just ran this (OS/X + Platform 2014 + hxt 9.3.1.7) and
>> it worked perfectly.
>
> My version of HXT is 9.2.2.
>
> I run Debian GNU/Linux stable.
>
> --
> Greetings
> Elias
>
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners


More information about the Beginners mailing list