encode

Encode/decode utf8 utf16 and utf32.

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install encode
choosenim install encode
git clone https://github.com/treeform/encode

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
encode - - - - - - -

Source

Repository https://github.com/treeform/encode
Homepage https://github.com/treeform/encode
Registry Source nimble_official

README

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.