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