Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function decode
import { decode } from "https://deno.land/x/denogres@v4.0.1/vendor/deno.land/std@0.173.0/node/internal/idna.ts";

Converts a Punycode string of ASCII-only symbols to a string of Unicode symbols.

Parameters

input: string

The Punycode string of ASCII-only symbols.

Returns

string

The resulting string of Unicode symbols.