Skip to content

Replacement for url.QueryUnEscape for Non Standard Percent-encoding strings

Notifications You must be signed in to change notification settings

vsdutka/nspercent-encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nspercent-encoding

Fix Non Standard Percent-encoding strings before call url.QueryUnescape

  1. Find "%uXXXX" and make rune from this string
  2. Encode rune as "%XX%XX"

About

Replacement for url.QueryUnEscape for Non Standard Percent-encoding strings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages