<?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=RTF_Conversion_Step</id>
	<title>RTF 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=RTF_Conversion_Step"/>
	<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=RTF_Conversion_Step&amp;action=history"/>
	<updated>2026-04-15T02:40:33Z</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=RTF_Conversion_Step&amp;diff=383&amp;oldid=prev</id>
		<title>Ysavourel: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=RTF_Conversion_Step&amp;diff=383&amp;oldid=prev"/>
		<updated>2016-06-04T23:20:01Z</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=RTF_Conversion_Step&amp;diff=382&amp;oldid=prev</id>
		<title>Ysavourel at 17:27, 29 March 2011</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=RTF_Conversion_Step&amp;diff=382&amp;oldid=prev"/>
		<updated>2011-03-29T17:27:21Z</updated>

		<summary type="html">&lt;p&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 steps removes the RTF layer of the input files.&lt;br /&gt;
&lt;br /&gt;
Takes: Raw document. Sends: Raw document.&lt;br /&gt;
&lt;br /&gt;
Only the visible text of the RTF is output. Hidden or deleted text, as well as images or other special content is discarded. Any formatting done other than using spaces, line-breaks and tabs is discarded.&lt;br /&gt;
&lt;br /&gt;
You can use this step to post-process a Trados-Tagged RTF file: only the translated sections are output.&lt;br /&gt;
&lt;br /&gt;
Note that you can also process a Trados-Tagged RTF file using the [[Trados-Tagged RTF Filter]] which gives you access to both the source and the target text along with their inline codes.&lt;br /&gt;
&lt;br /&gt;
A warning is issued for each line where one or more characters cannot be represented in the output encoding selected.&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;Use Byte-Order-Mark for UTF-8 output&amp;lt;/cite&amp;gt; &amp;amp;mdash; Set this option to add a Byte-Order-Mark (BOM) at the beginning of the file if the output encoding is UTF-8. For more information on the BOM see http://www.unicode.org/faq/utf_bom.html.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;Try to update the encoding declarations&amp;lt;/cite&amp;gt; &amp;amp;mdash; Set this option to automatically update the encoding declaration in the output file. This option works for XML and HTML files.&lt;br /&gt;
&lt;br /&gt;
In XML files, the &amp;lt;code&amp;gt;encoding=&amp;quot;...&amp;quot;&amp;lt;/code&amp;gt; attribute of the XML declaration is updated (or added if it is not present yet). If the file has no XML declaration, nothing is updated.&lt;br /&gt;
&lt;br /&gt;
In HTML files, the step looks for the pattern &amp;lt;code&amp;gt;content=... charset=...&amp;lt;/code&amp;gt;. When found, the value of &amp;lt;code&amp;gt;charset&amp;lt;/code&amp;gt; is set to the output encoding. If the pattern is not found, nothing is updated.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;Type of line-break to use&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;
* Characters encoded as &amp;lt;code&amp;gt;SYMBOL&amp;lt;/code&amp;gt; fields are not currently output. These characters are, for example, drawing symbols inserted from Word's menu and using fonts such as Dingbats or Wingdings.&lt;br /&gt;
&lt;br /&gt;
* The automatic update of the encoding declarations for XML and HTML works based on pattern matching, not by parsing the files, and therefore is not perfectly accurate. For example a commented out declaration could be updated.&lt;br /&gt;
&lt;br /&gt;
[[Category:Steps]]&lt;/div&gt;</summary>
		<author><name>Ysavourel</name></author>
	</entry>
</feed>