>>>>> "Brandon" == Brandon S Allbery KF8NH <allb...@ece.cmu.edu> writes:

    Brandon> That would be the Haskell98 Report: Haskell uses the
    Brandon> Unicode [11] character set. However, source programs are
    Brandon> currently biased toward the ASCII character set used in
    Brandon> earlier versions of Haskell .

    Brandon> So yes, it's reasonable to "blame" the language (spec).

Note also that it mentions the Unicode character set, not a particular
Unicode encoding scheme.

To me that implies that an implementation must support all 7 encoding
schemes, not just UTF-8.

At which point you probably want to make use of iconv, so you might as
well support all iconv-supported encodings.
-- 
Colin Adams
Preston Lancashire
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to