package idna

  1. Overview
  2. Docs

Module Diagnostics.RegistrationSource

Sourceval check_label : string -> report

Mirror of Registration.check_label.

Sourceval to_unicode : ?flags:Registration.hostname_flags -> string -> report

Mirror of Registration.to_unicode.

Sourceval to_ascii : ?flags:Registration.hostname_flags -> string -> report

Mirror of Registration.to_ascii.

Sourceval is_valid_hostname : ?flags:Registration.hostname_flags -> string -> report

Mirror of Registration.is_valid_hostname.