Skip to content

lukaso/mysql_utf8_url_encode_url_decode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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.

About

Provides url_encode and url_decode functions for mysql that respect utf8 characters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published