Struct encoding::codec::simpchinese::GBEncoder
[−]
[src]
pub struct GBEncoder<T> { // some fields omitted }
An encoder for GBK and GB18030.
Specialization
This type is specialized with GBType T
,
which should be either GBK
or GB18030
.