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.

Value members

Methods

def fromString(value: String): Option[IDN]
Constructs a IDN from a string.
def fromHostname(hostname: Hostname): IDN
Converts the supplied (ASCII) hostname in to an IDN.

Implicits

Implicits

implicit val show: Show[IDN]