Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- 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).