text-show-instances-0.3.0.1: Additional instances for text-show

Copyright(C) 2014-2015 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityExperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

Text.Show.Text.Data.String.UTF8

Description

Monomorphic Show function for UTF8 strings.

Since: 0.2

Synopsis

Documentation

showbUTF8 :: UTF8Bytes string index => UTF8 string -> Builder Source

Convert a UTF8 string to a Builder.

Since: 0.2

toBuilder :: UTF8Bytes string index => UTF8 string -> Builder Source

Convert a UTF8-encoded string to a Builder. Invalid characters are replaced with '\xFFFD'.

Since: 0.2

toBuilderGeneric :: UTF8Bytes bytestring index => bytestring -> Builder Source

Convert a UTF8-encoded bytestring to a Builder. Invalid characters are replaced with '\xFFFD'.

Since: 0.2