element.version === currentVersion)) { versionNodes.unshift({ version: currentVersion, url: "#" }); } document.querySelector("#project-version").innerHTML = versionNodes.reduce( (acc, element) => { const status = currentVersion === element.version ? "selected disabled" : ""; return ` ${acc} `; }, `
cp1250 · v0.9.0

Gleam Windows-1250 (cp1250) Decoder

Package Version Hex Docs

Thanks to https://github.com/richard-viney/iso_8859

gleam add cp1250
import cp1250

pub fn main() -> Nil {
  let bytes = <<0x8E, 0xF9, 0x9E, 0x6F>>
  echo cp1250.decode(bytes)
}

Development

gleam run   # Run the project
gleam test  # Run the tests

License

This library is published under the MIT license, a copy of which is included.

Search Document