gbk library
Provides missing GBK character encoder / decoder / codec / encoding / charset converters for Dart.
Use the following statement to access only the big5 codec:
import 'package:enough_convert/gbk.dart';
Classes
- GbkCodec
- A GbkCodec encodes strings to GBK code units (bytes) and decodes GBK code units to strings.
- GbkDecoder
- This class converts GBK code units (lists of unsigned 8-bit integers) to a string.
- GbkEncoder
- This class converts strings to their GBK code units (a list of unsigned 8-bit integers).