hxt-7.5: A collection of tools for processing XML with Haskell.ContentsIndex
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])
calls Data.Char.UTF8.decode for parsing and decoding UTF-8
decodeUtf8EmbedErrors :: String -> [Either String Char]
Produced by Haddock version 2.1.0