Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 594 Bytes

File metadata and controls

18 lines (11 loc) · 594 Bytes

Two functions for doing UTF8 based url encoding/decoding

These functions will take UTF8 text and url encode it, and vice versa.

url_encode(text-in-utf8) returns a url encoded string.

url_decode(url-encoded_string) returns a UTF8 text.

Installation

Execute the scripts.

Copyright and Acknowledgement

MIT for my stuff but loosely based on Garrett Hill's url_decode and url_encode functions.