<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://okapiframework.org/wiki/index.php?action=history&amp;feed=atom&amp;title=URI_Conversion_Step</id>
	<title>URI Conversion Step - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://okapiframework.org/wiki/index.php?action=history&amp;feed=atom&amp;title=URI_Conversion_Step"/>
	<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=URI_Conversion_Step&amp;action=history"/>
	<updated>2026-04-23T21:31:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>http://okapiframework.org/wiki/index.php?title=URI_Conversion_Step&amp;diff=363&amp;oldid=prev</id>
		<title>Ysavourel: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=URI_Conversion_Step&amp;diff=363&amp;oldid=prev"/>
		<updated>2016-06-04T23:20:00Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:20, 4 June 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Ysavourel</name></author>
	</entry>
	<entry>
		<id>http://okapiframework.org/wiki/index.php?title=URI_Conversion_Step&amp;diff=362&amp;oldid=prev</id>
		<title>Ysavourel: /* Parameters */</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=URI_Conversion_Step&amp;diff=362&amp;oldid=prev"/>
		<updated>2010-10-04T16:15:23Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Parameters&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Steps Header}}&lt;br /&gt;
__TOC__&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
This step allows you to convert the translatable content of an input document to and from URI escape notation.&lt;br /&gt;
&lt;br /&gt;
Takes: Filter events. Sends: Filter events.&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;Un-escape the URI escape sequences&amp;lt;/cite&amp;gt; &amp;amp;mdash; Select this option to convert URI escaped sequences into normal text.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;Escape content to URI escape sequences&amp;lt;/cite&amp;gt; &amp;amp;mdash; Select this option to convert normal text into a text where characters are escaped into URI escape sequences. Which characters get escaped is specified by the list below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;List of the characters to escape&amp;lt;/cite&amp;gt; &amp;amp;mdash; Check each character you want to be escaped. Note that the character '&amp;lt;code&amp;gt;%&amp;lt;/code&amp;gt;' is always escaped.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;Escape all extended characters&amp;lt;/cite&amp;gt; &amp;amp;mdash; Check this option to convert all non-ASCII characters to URI escape sequences.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;All But Marks&amp;lt;/cite&amp;gt; &amp;amp;mdash; Click this button to reset the list of the characters to escape to all, except the characters specified as &amp;quot;marks&amp;quot; in [http://tools.ietf.org/html/rfc2396 RFC 2396] (which are: '&amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;_&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;!&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;~&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;*&amp;lt;/code&amp;gt;','&amp;lt;code&amp;gt;'&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;(&amp;lt;/code&amp;gt;', and '&amp;lt;code&amp;gt;)&amp;lt;/code&amp;gt;').&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;All But Marks And Reserved&amp;lt;/cite&amp;gt; &amp;amp;mdash; Click this button to reset the list of the characters to escape to all, except the characters specified as &amp;quot;marks&amp;quot; in [http://tools.ietf.org/html/rfc2396 RFC 2396] (which are: '&amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;_&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;!&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;~&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;*&amp;lt;/code&amp;gt;','&amp;lt;code&amp;gt;'&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;(&amp;lt;/code&amp;gt;', and '&amp;lt;code&amp;gt;)&amp;lt;/code&amp;gt;'.), as well as the ones specified as &amp;quot;reserved&amp;quot; (which are: '&amp;lt;code&amp;gt;;&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;?&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;:&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;@&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;&amp;amp;&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;+&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;$&amp;lt;/code&amp;gt;', '&amp;lt;code&amp;gt;,&amp;lt;/code&amp;gt;').&lt;br /&gt;
&lt;br /&gt;
==Limitations==&lt;br /&gt;
&lt;br /&gt;
None known.&lt;br /&gt;
&lt;br /&gt;
[[Category:Steps]]&lt;/div&gt;</summary>
		<author><name>Ysavourel</name></author>
	</entry>
</feed>