Skip to content

Commit

Permalink
docs(readme): add playground to demo links
Browse files Browse the repository at this point in the history
  • Loading branch information
polygonplanet committed Sep 4, 2024
1 parent 49086bb commit 770161a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,9 @@ console.log(Encoding.codeToString(unicodeArray));

## Demo

* [Test for character encoding conversion (Demo)](https://polygonplanet.github.io/encoding.js/tests/encoding-test.html)
* [Detect and Convert encoding from file (Demo)](https://polygonplanet.github.io/encoding.js/tests/detect-file-encoding.html)
* [**Playground** for testing character encoding conversion and detection](https://polygonplanet.github.io/encoding.js/tests/playground.html)
* [**Test run** for reading sample files and converting character encodings](https://polygonplanet.github.io/encoding.js/tests/encoding-test.html)
* [**Demo** for converting and detecting character encoding by specifying a file](https://polygonplanet.github.io/encoding.js/tests/detect-file-encoding.html)

----

Expand Down
5 changes: 3 additions & 2 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,9 @@ console.log(Encoding.codeToString(unicodeArray));

## Demo

* [文字コード変換テスト(Demo)](https://polygonplanet.github.io/encoding.js/tests/encoding-test.html)
* [ファイルから文字コードの判定・変換(Demo)](https://polygonplanet.github.io/encoding.js/tests/detect-file-encoding.html)
* [(Playground) 文字コードの変換や判定を試せるプレイグラウンド](https://polygonplanet.github.io/encoding.js/tests/playground.html)
* [(Test run) サンプルファイルを読み込み、文字コードを変換するテスト](https://polygonplanet.github.io/encoding.js/tests/encoding-test.html)
* [(Demo) ファイルを指定して文字コード変換・判定するデモ](https://polygonplanet.github.io/encoding.js/tests/detect-file-encoding.html)

----

Expand Down

0 comments on commit 770161a

Please sign in to comment.