<?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=Line-Break_Conversion_Step</id>
	<title>Line-Break 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=Line-Break_Conversion_Step"/>
	<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=Line-Break_Conversion_Step&amp;action=history"/>
	<updated>2026-05-23T01:33:31Z</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=Line-Break_Conversion_Step&amp;diff=351&amp;oldid=prev</id>
		<title>Ysavourel: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=Line-Break_Conversion_Step&amp;diff=351&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=Line-Break_Conversion_Step&amp;diff=350&amp;oldid=prev</id>
		<title>Ysavourel: /* Overview */</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=Line-Break_Conversion_Step&amp;diff=350&amp;oldid=prev"/>
		<updated>2010-11-08T13:14:44Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Overview&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 converts all line-breaks in the input document to a specified type.&lt;br /&gt;
&lt;br /&gt;
Takes: Raw document. Sends: Raw document.&lt;br /&gt;
&lt;br /&gt;
You need to specify what is the input encoding of the document, even for the formats where it is usually automatically detected (like XML, HTML, etc). The only case where you do not have to specify the input encoding is for files with a Byte-Order-Mark. The output is done in same encoding as the input document, and Byte-Order-Marks are preserved if they are present.&lt;br /&gt;
&lt;br /&gt;
The type of line-break in the input file is detected automatically. The file may contain a mix of different types of line-breaks.&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;Convert line-breaks to the following type&amp;lt;/cite&amp;gt; &amp;amp;mdash; Select the type of line-break to use in the output files. The choices are:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;cite&amp;gt;DOS/Windows&amp;lt;/cite&amp;gt; Carriage Return + Line-Feed, &amp;lt;code&amp;gt;\r\n&amp;lt;/code&amp;gt;, 0x0D+0x0A&lt;br /&gt;
* &amp;lt;cite&amp;gt;Unix/Linux&amp;lt;/cite&amp;gt; Line-Feed, &amp;lt;code&amp;gt;\n&amp;lt;/code&amp;gt;, 0x0A&lt;br /&gt;
* &amp;lt;cite&amp;gt;Macintosh&amp;lt;/cite&amp;gt; Carriage-Return, &amp;lt;code&amp;gt;\r&amp;lt;/code&amp;gt;, 0x0D&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>