Berserk Docs
Scalar FunctionsString Functions

punycode_to_string

Decode a Punycode (RFC 3492 ACE) string back to its Unicode form.

Syntax

punycode_to_string(s)

Parameters

Prop

Type

Returns: string

Examples

Example 1

print punycode_to_string("bcher-kva")
print_0 (string)
bücher

On this page