hxt-unicode-9.0.2.4: Unicode en-/decoding functions for utf8, iso-latin-* and other encodings

CopyrightCopyright (C) 2010- Uwe Schmidt
LicenseMIT
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Stabilitystable
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Data.String.UTF8Decoding

Description

Interface for Data.Char.UTF8 funtions

Synopsis

Documentation

decodeUtf8 :: String -> (String, [String]) Source #

calls decode for parsing and decoding UTF-8

decodeUtf8EmbedErrors :: String -> [Either String Char] Source #

decodeUtf8IgnoreErrors :: String -> String Source #