IDN

object IDN extends IDNCompanionPlatform
Companion
class
trait IDNCompanionPlatform
class Object
trait Matchable
class Any

Type members

Classlikes

final class Label extends Serializable with Ordered[Label]

Label component of an IDN.

Label component of an IDN.

Value members

Concrete methods

def fromHostname(hostname: Hostname): IDN

Converts the supplied (ASCII) hostname in to an IDN.

Converts the supplied (ASCII) hostname in to an IDN.

def fromString(value: String): Option[IDN]

Constructs a IDN from a string.

Constructs a IDN from a string.

Implicits

Implicits

implicit val show: Show[IDN]