Registry / utility / golang-commonmark-puny

golang-commonmark-puny

JSON →
library0.0.0-20191124015043-9f83538fa04fgogounverified

Provides functions for encoding/decoding to/from punycode.

go get gitlab.com/golang-commonmark/puny
INSTALL
IMPORT
SIG · GOLANG-COMMONMARK-
G
golang-commonmark-puny
utilitygov0.0.0-20191124015043-9f83538fa04f
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

puny
gitlab.com/golang-commonmark/puny

Encode a Unicode string to punycode.

package main import ( "fmt" "gitlab.com/golang-commonmark/puny" ) func main() { encoded := puny.Encode("münchen") fmt.Println(encoded) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20191124015043-9f83538fa04flatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
golang-commonmark-puny — go get golang-commonmark-puny · libregistry