encoding-0.8.7: A library for various character encodings
Safe HaskellNone
LanguageHaskell2010

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

data GB18030 Source #

Constructors

GB18030 

Instances

Instances details
Eq GB18030 Source # 
Instance details

Defined in Data.Encoding.GB18030

Methods

(==) :: GB18030 -> GB18030 -> Bool #

(/=) :: GB18030 -> GB18030 -> Bool #

Show GB18030 Source # 
Instance details

Defined in Data.Encoding.GB18030

Encoding GB18030 Source # 
Instance details

Defined in Data.Encoding.GB18030