Categorygitlab.com/golang-commonmark/puny
modulepackage
0.0.0-20191124015043-9f83538fa04f
Repository: https://gitlab.com/golang-commonmark/puny.git
Documentation: pkg.go.dev

# README

puny License GoDoc Pipeline status

Package puny provides functions for encoding/decoding to/from punycode.

Install

go get -u gitlab.com/golang-commonmark/puny

# Functions

Decode converts a Punycode string of ASCII-only symbols to a string of Unicode symbols.
Encode converts a string of Unicode symbols (e.g.
ToASCII converts a Unicode string representing a domain name or an email address to Punycode.
ToUnicode converts a Punycode string representing a domain name or an email address to Unicode.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author