cvs commit: fptools/haddock/src Html.hs
Ross Paterson <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.fptools |
|---|---|
| Message-ID | <[email protected]> |
ross 2005/01/10 11:18:22 PST
Modified files:
haddock/src Html.hs
Log:
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.
Revision Changes Path
1.8 +6 -1 fptools/haddock/src/Html.hs