28 lines
719 B
Perl
28 lines
719 B
Perl
package WebGUI::i18n::English::Macro_URLEncode;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|URL Encode|,
|
|
lastUpdated => 1128919146,
|
|
},
|
|
|
|
'url encode title' => {
|
|
message => q|URL Encode Macro|,
|
|
lastUpdated => 1112466408,
|
|
},
|
|
|
|
'url encode body' => {
|
|
message => q|
|
|
|
|
<p><b>^URLEncode();</b><br />
|
|
This macro is mainly useful in SQL reports, but it could be useful elsewhere as well. It takes the input of a string and URL Encodes it so that the string can be passed through a URL. It's syntax looks like this: ^URLEncode("Is this my string?");
|
|
</p>
|
|
<p>This Macro may be nested inside other Macros if the encoded text does not contain commas or quotes.</p>
|
|
|
|
|,
|
|
lastUpdated => 1168623216,
|
|
},
|
|
};
|
|
|
|
1;
|