Skip to content

premek/cp1250

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Gleam Windows 1250 (cp1250) decoder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages