Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shirne committed Dec 13, 2021
1 parent e51270b commit 784865f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0

* add iso series & cp series & win series

## 0.1.2

* add canEncode & canDecode
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# charset
[![pub package](https://img.shields.io/pub/v/charset.svg)](https://pub.dartlang.org/packages/charset)

gbk,euc-kr,euc-jp,shift-jis,cp437,utf-16 and utf-32 Encoding and Decoding Library for Dart Language
cp series,win series,iso series,gbk,euc-kr,euc-jp,shift-jis,cp437,utf-16 and utf-32 Encoding and Decoding Library for Dart Language

Arrange from <br />
[utf](https://github.com/dart-archive/utf)<br />
[fast_gbk](https://github.com/lixiangthinker/fast_gbk)<br />
[euc](https://github.com/dsh0416/euc-jp)
[convert](https://github.com/dart-lang/convert)

## Examples

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: charset
description: Multiple charset Encoding and Decoding Library.
version: 0.1.2
version: 0.2.0
homepage:
repository: https://github.com/shirne/charset-dart

Expand Down

0 comments on commit 784865f

Please sign in to comment.