Skip to content

pendletong/idna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glidna

IDNA (RFC3490) and punycode (RFC3492) implementation for Gleam

Package Version Hex Docs

gleam add glidna@1
import glidna

pub fn main() -> Nil {
  glidna.to_ascii("www.münchen.com")
  // -> Ok("www.xn--mnchen-3ya.com")
}

Further documentation can be found at https://hexdocs.pm/glidna.

Development

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

About

IDNA (RFC3490) implementation in Gleam

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages