Packages

Gleam library to decode Windows-1250 (cp1250) binary data into a native string.

Current section

Files

Jump to
cp1250 src cp1250.app.src
Raw

src/cp1250.app.src

{application, cp1250, [
{vsn, "0.9.0"},
{applications, [gleam_stdlib]},
{description, "Gleam library to decode Windows-1250 (cp1250) binary data into a native string."},
{modules, [cp1250,
cp1250@@main]},
{registered, []}
]}.