Skip to main content
Module

std/node/internal/idna.ts>encode

Deno standard library
Go to Latest
function encode
import { encode } from "https://deno.land/std@0.145.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.