<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Newbie Quesiton about Formatting]]></title><description><![CDATA[<p dir="auto">Hello,  I am completely new using Notepad++<br />
When I open a file with extension .int (EDI file)<br />
I get all the data in one line.  How can I get it to break at “~” and go to the next line?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/15050/newbie-quesiton-about-formatting</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 13:36:24 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/15050.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 09 Jan 2018 16:26:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Newbie Quesiton about Formatting on Tue, 09 Jan 2018 18:14:36 GMT]]></title><description><![CDATA[<p dir="auto">If you’re just looking to get it in human-readable format, you can replace the <strong>~</strong> with a new line - just keep in mind that this <em>may break</em> the format of the file. Editing the file in a way that the native software can read it <em>may</em> be <strong>much more complicated</strong>.</p>
<p dir="auto">To replace the <strong>~</strong> with a <strong>new line</strong>:</p>
<ul>
<li>Open the <em><strong>Replace</strong></em> dialog box, either by pressing <strong>Ctrl</strong>+<strong>H</strong>, <em>or</em> from the menu, <strong>Search</strong> -&gt; <strong>Replace</strong></li>
<li>In the <em>Find what:</em> field, type the <code>~</code> character</li>
<li>In the <em>Replace with:</em> field, type <code>\r\n</code>  - note that these are <strong>backslashes</strong>, with the top of the slash pointing to the left</li>
<li>In the <em>Search Mode</em> section, select <em><strong>Extended</strong></em>  (or <em>Regular Expression</em>; either will work)</li>
<li>Click the <em><strong>Replace All</strong></em> button</li>
</ul>
]]></description><link>https://community.notepad-plus-plus.org/post/29306</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/29306</guid><dc:creator><![CDATA[glennfromiowa]]></dc:creator><pubDate>Tue, 09 Jan 2018 18:14:36 GMT</pubDate></item></channel></rss>