Skip to content
  • ross's avatar
    ff11fc2c
    [haddock @ 2005-01-10 19:18:22 by ross] · ff11fc2c
    ross authored
    Render non-ASCII characters using numeric character references, to simplify
    charset issues.  There's a META tag saying the charset is UTF-8, but GHC
    outputs characters as raw bytes.
    
    Ideally we need an encoding on the input side too, primarily in comments,
    because source files containing non-ASCII characters aren't portable between
    locales.
    ff11fc2c
    [haddock @ 2005-01-10 19:18:22 by ross]
    ross authored
    Render non-ASCII characters using numeric character references, to simplify
    charset issues.  There's a META tag saying the charset is UTF-8, but GHC
    outputs characters as raw bytes.
    
    Ideally we need an encoding on the input side too, primarily in comments,
    because source files containing non-ASCII characters aren't portable between
    locales.
Loading