No description
Find a file
2021-09-30 17:11:39 -07:00
.github/workflows Fix actions 2021-09-30 17:11:39 -07:00
src Remove stringstream, less raises. 2020-05-27 15:54:32 +00:00
tests first commit 2020-05-27 03:29:08 +00:00
encode.nimble update doc 2020-05-27 03:33:39 +00:00
LICENSE Add license and CI. 2020-10-01 08:27:34 -07:00
README.md Bette readme 2021-09-30 17:11:04 -07:00

Encode

nimble install encode

Github Actions

API reference

This library has no dependencies other than the Nim standard libarary.

About

This is a "pure" module with a stricter API utf8, utf16, and utf32 focused API. Aimed to be a better version of the encodings module. Because:

  • Does not depend on libiconv or windows API.
  • On windows it supports UTF16 big endian.
  • API is more clear.