[haddock] #20: We don't handle non-ASCII characters in doc comments

haddock haddock at projects.haskell.org
Tue Dec 23 08:14:00 EST 2008


#20: We don't handle non-ASCII characters in doc comments
-------------------+--------------------------------------------------------
Reporter:  waern   |        Owner:     
    Type:  defect  |       Status:  new
Priority:  minor   |    Milestone:     
 Version:  0.x     |   Resolution:     
Keywords:          |  
-------------------+--------------------------------------------------------
Comment (by ross):

 To handle non-ASCII characters in the source, you need to decide which
 encoding it is in.  There is the encoding-independent workaround of using
 &#nnn; in the source.

 The generated HTML doesn't need encoding, as non-ASCII characters are
 rendered as numeric entities by stringToHtmlString.

-- 
Ticket URL: <http://trac.haskell.org/haddock/ticket/20#comment:1>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool


More information about the Haddock mailing list