<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Line Endings Fix]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3975&amp;type=atom" />
	<updated>2013-03-24T10:57:49Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3975</id>
		<entry>
			<title type="html"><![CDATA[Re: Line Endings Fix]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=16151#p16151" />
			<content type="html"><![CDATA[<p>The changes was contributed some time ago. Nevermind, fixed.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2013-03-24T10:57:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=16151#p16151</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Line Endings Fix]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=16142#p16142" />
			<content type="html"><![CDATA[<p>Here is a oneliner to convert all the Windows / DOS CRLF to UNIX LF line endings:</p><div class="codebox"><pre><code>find ./ -type f \( -name &quot;*.php&quot; -o -name &quot;*.css&quot; -o -name &quot;*.js&quot; -o -name &quot;*.txt&quot; -o -name &quot;*.inc&quot; \) | xargs dos2unix -U</code></pre></div><p>Currently only 3 files seem affected as of FA v2.3.15:</p><div class="quotebox"><blockquote><p>sales/inquiry/sales_orders_view.php<br />purchasing/includes/db/grn_db.inc<br />manufacturing/includes/db/work_orders_db.inc</p></blockquote></div><p>Wonder when it was introduced and by whom.....</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-03-24T04:50:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=16142#p16142</id>
		</entry>
</feed>
