encoding-0.8.2: A library for various character encodings
Data.Encoding.GB18030
Description
GB18030 is a chinese character encoding that is mandatory in china (if you - don't implement it, you're not allowed to sell your software there).
data GB18030 Source #
Constructors
Instances
Methods
(==) :: GB18030 -> GB18030 -> Bool #
(/=) :: GB18030 -> GB18030 -> Bool #
showsPrec :: Int -> GB18030 -> ShowS #
show :: GB18030 -> String #
showList :: [GB18030] -> ShowS #
decodeChar :: ByteSource m => GB18030 -> m Char Source #
encodeChar :: ByteSink m => GB18030 -> Char -> m () Source #
decode :: ByteSource m => GB18030 -> m String Source #
encode :: ByteSink m => GB18030 -> String -> m () Source #
encodeable :: GB18030 -> Char -> Bool Source #