hxt-8.0.0: A collection of tools for processing XML with Haskell.Source codeContentsIndex
Text.XML.HXT.DOM.UTF8Decoding
Portabilityportable
Stabilitystable
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Description

Version : $Id$

Interface for Data.Char.UTF8 funtions

Synopsis
decodeUtf8 :: String -> (String, [String])
decodeUtf8EmbedErrors :: String -> [Either String Char]
Documentation
decodeUtf8 :: String -> (String, [String])Source
calls Data.Char.UTF8.decode for parsing and decoding UTF-8
decodeUtf8EmbedErrors :: String -> [Either String Char]Source
Produced by Haddock version 2.3.0