<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jontas &#187; line-ending</title>
	<atom:link href="http://www.f15ijp.com/tag/line-ending/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.f15ijp.com</link>
	<description>My digital notepad (notes etc)</description>
	<lastBuildDate>Wed, 28 Dec 2011 18:24:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Different line-endings on diffrent OS</title>
		<link>http://www.f15ijp.com/2010/07/07/different-lineendings-on-diffrent-os/</link>
		<comments>http://www.f15ijp.com/2010/07/07/different-lineendings-on-diffrent-os/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 16:51:41 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[line-ending]]></category>

		<guid isPermaLink="false">http://www.f15ijp.com/?p=517</guid>
		<description><![CDATA[Windows, Linux/Unix and Mac have different line-endings on text files. A quick overview on the endings are: Windows-style line endings are CRLF ( \r\n or hex 0D0A ) Mac-style line endings are CR ( \r or hex 0D ) Unix-style line endings are LF ( \n or hex 0A ) A HEX editor can be [...]]]></description>
			<content:encoded><![CDATA[<p>Windows, Linux/Unix and Mac have different line-endings on text files.</p>
<p>A quick overview on the endings are:</p>
<ul>
<li> Windows-style line endings are CRLF ( \r\n or hex 0D0A )</li>
<li> Mac-style line endings are CR ( \r or hex 0D )</li>
<li> Unix-style line endings are LF ( \n or hex 0A )</li>
</ul>
<p>A HEX editor can be used to double check that the correct endings are written.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2010/07/07/different-lineendings-on-diffrent-os/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

