gourlcodec

package module
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

README

gourlcodec

Golang Encoder Decoder based on url.QueryEscape/Unescape but with UTF16 support

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func QueryUnescape

func QueryUnescape(s string) ([]rune, error)

QueryUnescape does the inverse transformation of QueryEscape, converting each 3-byte encoded substring of the form "%AB" into the hex-decoded byte 0xAB. It returns an error if any % is not followed by two hexadecimal digits.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL