Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function encode
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.

Parameters

str: string

The string of Unicode symbols.