[Haskell-cafe] Encoding of Haskell source files

Antoine Latter aslatter at gmail.com
Mon Apr 4 15:09:05 CEST 2011


On Mon, Apr 4, 2011 at 7:30 AM, Max Bolingbroke
<batterseapower at hotmail.com> wrote:
> On 4 April 2011 11:34, Daniel Fischer <daniel.is.fischer at googlemail.com> wrote:
>> If there's only a single encoding recognised, UTF-8 surely should be the
>> one (though perhaps Windows users might disagree, iirc, Windows uses UCS2
>> as standard encoding).
>
> Windows APIs use UTF-16, but the encoding of files (which is the
> relevant point here) is almost uniformly UTF-8 - though of course you
> can find legacy apps making other choices.
>

Would we need to specifically allow for a Windows-style leading BOM in
UTF-8 documents? I can never remember if it is truly a part of UTF-8
or not.

> Cheers,
> Max
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>



More information about the Haskell-Cafe mailing list