
5 Dec
2005
5 Dec
'05
11:31 a.m.
"Any characters are allowed in a string except < and &, which are encoded as < and &. A string can be used to encode binary data."
I made the quick "fix" of adding the last line in Internals: readString :: Monad m => String -> Err m String readString = return . replace "&" "&" . replace "<" "<" . replace ">" ">" . replace " " " " -- -- Johannes Waldmann -- Tel/Fax (0341) 3076 6479/80 -- ---- http://www.imn.htwk-leipzig.de/~waldmann/ -------