[encode_url_encoding]

Description

Link: [encode_url_encoding]
Author: Johan Sölve
Category: Encoding
Version: 7.x
License: Public Domain
Posted: Mar. 23, 2006
Updated: Sep. 06, 2006
More by this author...
encode_stricturl that follows the current page encoding.
This should be used instead of [encode_stricturl] and -encodestricturl everywhere

Parameters

none


Sample Usage

[encode_url_encoding: 'räksmörgås']
						

Source Code

Click the "Download" button below to retrieve a copy of this tag, including the complete documentation and sample usage shown on this page. Place the downloaded ".inc" file in your LassoStartup folder, restart Lasso, and you can begin using this tag immediately.
1
2
3
4
5
[
define_tag: 'encode_url_encoding', -required='input';
	return: encode_stricturl(bytes(#input, $__encoding__));
/define_tag;
]

 

Comments

none

Email:


Password:



Newest

Most Popular