
27 Oct
2009
27 Oct
'09
2:17 a.m.
"Brandon" == Brandon S Allbery KF8NH
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