Packages

Gleam library to decode ISO/IEC 8859 binary data into a native string.

Current section

Files

Jump to
iso_8859 src iso_8859.app.src
Raw

src/iso_8859.app.src

{application, iso_8859, [
{vsn, "2.0.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Gleam library to decode ISO/IEC 8859 binary data into a native string."},
{modules, [iso_8859]},
{registered, []}
]}.