import { encode } from "https://deno.land/x/denogres@v4.0.1/vendor/deno.land/std@0.173.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/x/denogres@v4.0.1/vendor/deno.land/std@0.173.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.