Charset-aware include_url, returns string instead of bytes. Use it the same as you would [include_url], with all the same parameters. It will sniff the headers and meta on the page to try to discover the charset, then translate it to the outbound charset. If no charset is discovered, it will default to UTF-8.
Optionally, you can specify the charset of the page you're trying to include.
Parameters
-charset
string, optional
Tag will convert the included page using this charset.
Sample Usage
This example will serve an UTF-8 HTML document, but includes a SHIFT_JIS HTML document as it's source.
content_type:'text/html; charset=utf-8';
(lp_include_url:'http://www.r-agent.co.jp/');
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.