Safe Haskell | None |
---|---|
Language | Haskell2010 |
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).
Documentation
Constructors
GB18030 |
Instances
Encoding GB18030 Source # | |
Defined in Data.Encoding.GB18030 Methods 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 # | |
Show GB18030 Source # | |
Eq GB18030 Source # | |