<?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/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>ClipboardFusion RSS: unix newline (LF) replacement for EOL+ LineFeed (CR+LF)</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=afe19ba6-6e19-4ce1-a9ac-265dc5837e48" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=afe19ba6-6e19-4ce1-a9ac-265dc5837e48</link>
<description>ClipboardFusion RSS: unix newline (LF) replacement for EOL+ LineFeed (CR+LF)</description>
<lastBuildDate>Sat, 30 May 2026 20:40:02 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=afe19ba6-6e19-4ce1-a9ac-265dc5837e48</generator>
<item>
<title>RE: unix newline (LF) replacement for EOL+ LineFeed (CR+LF)</title>
<link>https://www.clipboardfusion.com/Discussions/View/unix-newline-lf-replacement-for-eol-linefeed-crlf/?ID=afe19ba6-6e19-4ce1-a9ac-265dc5837e48#3</link>
<pubDate>Wed, 01 Feb 2012 21:29:25 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/unix-newline-lf-replacement-for-eol-linefeed-crlf/?ID=afe19ba6-6e19-4ce1-a9ac-265dc5837e48#3</guid>
<category>ClipboardFusion</category>
<description><![CDATA[If that doesn't work out though, you can always use Notepad++, it does the EOL conversion on text files automatically using the Edit &gt; EOL Conversion menu
Edit: I just tested out the macro I posted above, and it indeed does work
Links to the two macros:
http://www.clipboardfusion.com/Macros...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
If that doesn't work out though, you can always use Notepad++, it does the EOL conversion on text files automatically using the Edit &gt; EOL Conversion menu <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
<b>Edit:</b> I just tested out the macro I posted above, and it indeed does work <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Links to the two macros:<br/>
<ul class="ListBullet">
<li><a href="http://www.clipboardfusion.com/Macros/View/?ID=c0ea0346-4da6-4f84-8703-4b873c40d63c" target="_blank" rel="nofollow"><b>http://www.clipboardfusion.com/Macros/View/?ID=c0ea0346-4da6-4f84-8703-4b873c40d63c</b></a></li>
<li><a href="http://www.clipboardfusion.com/Macros/View/?ID=7aa1eb27-ad0c-4835-91f0-d3f0fd2a21fc" target="_blank" rel="nofollow"><b>http://www.clipboardfusion.com/Macros/View/?ID=7aa1eb27-ad0c-4835-91f0-d3f0fd2a21fc</b></a></li></ul>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: unix newline (LF) replacement for EOL+ LineFeed (CR+LF)</title>
<link>https://www.clipboardfusion.com/Discussions/View/unix-newline-lf-replacement-for-eol-linefeed-crlf/?ID=afe19ba6-6e19-4ce1-a9ac-265dc5837e48#2</link>
<pubDate>Wed, 01 Feb 2012 21:20:03 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/unix-newline-lf-replacement-for-eol-linefeed-crlf/?ID=afe19ba6-6e19-4ce1-a9ac-265dc5837e48#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[I apologize for the delayed response. You should be able to do this with a ClipboardFusion macro, like this:
Code
Copy
Select All
using System;
public static class ClipboardFusionHelper
{
public static string ProcessText(string text)
{
return text.Replace("\n","\r\n");
}
}
And to do t...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I apologize for the delayed response. You should be able to do this with a ClipboardFusion macro, like this:<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e7a9d7d0273c48b1c91ffb56ab8f0" class="ClipboardCopyControl"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e7a9d7d0273c48b1c91ffb56ab8f0Js'); return false;"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e7a9d7d0273c48b1c91ffb56ab8f0Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;

public static class ClipboardFusionHelper
{
public static string ProcessText(string text)
{
return text.Replace("\n","\r\n");
}
}</pre><textarea id="code019e7a9d7d0273c48b1c91ffb56ab8f0" name="code019e7a9d7d0273c48b1c91ffb56ab8f0" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
And to do the opposite, just reverse the parameters for text.Replace, like this:<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e7a9d7d05753aaae392a6747f3dd3" class="ClipboardCopyControl"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e7a9d7d05753aaae392a6747f3dd3Js'); return false;"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e7a9d7d05753aaae392a6747f3dd3Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">return text.Replace("\r\n","\n");</pre><textarea id="code019e7a9d7d05753aaae392a6747f3dd3" name="code019e7a9d7d05753aaae392a6747f3dd3" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>unix newline (LF) replacement for EOL+ LineFeed (CR+LF)</title>
<link>https://www.clipboardfusion.com/Discussions/View/unix-newline-lf-replacement-for-eol-linefeed-crlf/?ID=afe19ba6-6e19-4ce1-a9ac-265dc5837e48</link>
<pubDate>Fri, 20 Jan 2012 21:45:45 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/unix-newline-lf-replacement-for-eol-linefeed-crlf/?ID=afe19ba6-6e19-4ce1-a9ac-265dc5837e48</guid>
<category>ClipboardFusion</category>
<description><![CDATA[I sometimes hit on linux formatted text, and want the linux endlines be replaced for the system windows uses.
A nice feat would also be to be able to do that visa versa.
in short I want to be able replace in texts: 0x0A by 0x0D0A]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I sometimes hit on linux formatted text, and want the linux endlines be replaced for the system windows uses.<br/>
<br/>
A nice feat would also be to be able to do that visa versa.<br/>
<br/>
in short I want to be able replace in texts: 0x0A by 0x0D0A
</div>
]]></content:encoded>
</item>
</channel>
</rss>