Latest Release

Download the source code or prebuilt binaries for your platform:

The latest version of Charisma is 1.0.0 published on 2025-01-08T21:57:46Z.

Filename Size
charisma-1.0.0.tar.gz 335 KB

Looking for previous versions? Check the GitHub releases page.

Release Notes

The first public release of Charisma. This release includes decoders and encoders for UTF-8, UTF-16, and UTF-32 (big and little endian).

Building from Source

Building Charisma from source requires a C compiler with at least C99 conformance.

1
Download the source code for Charisma.
2

Build with:

$ ./configure
$ make
$ make install

Building with CMake

1
Install CMake.
2
Download the source code for Charisma.
3

Build with the following or choose a custom generator:

$ cmake -B build
$ cmake --build build
$ cmake --install build