Skip to main content
Module

std/node/punycode.ts>encode

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