Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
- charsFromFullName :: String -> String
- characterStrings :: String -> [String] -> [Text]
Documentation
charsFromFullName :: String -> String Source #
Parsing of xml character references.
I.e. "..." is converted into a list of three Chars.
"ffb" is also parsed and converted into three Chars (not changing it).