All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.lemonlabs.uri.inet.PunycodeSupport.scala Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package io.lemonlabs.uri.inet

import java.net.IDN

trait PunycodeSupport {
  def toPunycode(host: String) =
    IDN.toASCII(host)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy