0.0.3 • Published 4 years ago

encoding-samples v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Encoding samples

Markdown documents saved with different encodings that contain specific character tables and text examples. Use them to test encoding/decoding algorithms. Each document is also saved in generally accepted UTF-8 encoding so you can test conversion by loading both versions and comparing resulting strings.

Encodings

  • KOI8-R
  • KOI8-RU
  • KOI8-T
  • KOI8-U
  • Windows-1251
  • Windows-1252
  • more to add...

Additional binary file contains all possible bytes from 0 to 255 to test loading file as binary string.

Sources

Contributing

Feel free to add samples for uncovered encodings and suggest improvements and fixes to existing samples.