mirror of
https://github.com/getgrav/grav.git
synced 2026-09-10 23:08:59 +02:00
After reading http://stackoverflow.com/a/6998242 rawurldecode (and rawurlencode) is better over urldecode/urlencode: "rawurlencode is the way to go most of the time. It deals with the modern scheme for URI components, where as urlencode does things the old school way, where + meant "space."