X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/359c6d5ee92803be76df630b5040f5087b4e0e3e..5d65ad9b409494bb4e7c98a27d29079e09b111f5:/PLP/Functions.pm diff --git a/PLP/Functions.pm b/PLP/Functions.pm index 3eb07ca..28815cd 100644 --- a/PLP/Functions.pm +++ b/PLP/Functions.pm @@ -213,7 +213,8 @@ In void context, B the values of the given variables. In other contexts <: print Entity($user_input); :> Be warned that this function also HTMLizes consecutive whitespace and newlines (using   and
respectively). -For simple escaping, use L. To escape high-bit characters as well, use L. +For simple escaping, use L. +To escape high-bit characters as well, use L. =item EncodeURI LIST @@ -227,11 +228,13 @@ Note that the following reserved characters are I percent-encoded, even tho / ? : @ $ -This should be safe for escaping query values (as in the example above), but it may be a better idea to use L instead. +This should be safe for escaping query values (as in the example above), +but it may be a better idea to use L instead. =item DecodeURI LIST -Decodes %-encoded strings. Unlike L, it also translates + characters to spaces (as browsers use those). +Decodes %-encoded strings. Unlike L, +it also translates + characters to spaces (as browsers use those). In void context, B the values of the given variables. In other contexts, returns the changed versions.