Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 169 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 169 Bytes

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"