import { encode } from "https://deno.land/std@0.125.0/node/internal/idna.ts";
Converts a string of Unicode symbols (e.g. a domain name label) to a Punycode string of ASCII-only symbols.
import { encode } from "https://deno.land/std@0.125.0/node/internal/idna.ts";
Converts a string of Unicode symbols (e.g. a domain name label) to a Punycode string of ASCII-only symbols.