Berserk Docs
Scalar FunctionsString Functions

punycode_from_string

Encode a Unicode string into Punycode (the ACE form defined in

Syntax

punycode_from_string(s)

Parameters

Prop

Type

Returns: string

Examples

Example 1

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

On this page