[Haskell-cafe] Type system madness

Stefan O'Rear stefanor at cox.net
Fri Jul 13 18:57:06 EDT 2007


On Fri, Jul 13, 2007 at 06:45:03PM -0400, Brandon S. Allbery KF8NH wrote:
>
> On Jul 13, 2007, at 15:11 , Stefan O'Rear wrote:
>
>> There is no such thing as 8-bit ASCII - base assumes files contain
>> ISO-8859-1.
>
> Hm, shouldn't it really be ISO-8859-15?  (The difference being that -1 
> predates the euro symbol.)

Base assumes that bytes 0-255 correspond to Unicode codepoints 0-255;
according to gucharmap, the Euro sign is 0x20AC.

<< € >> U+20AC EURO SIGN

Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20070713/63c2a84f/attachment.bin


More information about the Haskell-Cafe mailing list