Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?ISO-8859-15?Q?Hans-Bernhard_Br=F6ker?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Data is not read in Date: Thu, 07 Jun 2012 20:21:00 +0200 Lines: 15 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de N45HAyRIr4UufluE0mIMsw6GrYq8iJpnaczIqthetzAp8Cni+Kam/tdZ9Lo2Il3Xy2leH9D7Ju Cancel-Lock: sha1:fu7MFt0r2xJymeMasHOHc8cGSE0= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20120420 Thunderbird/12.0 In-Reply-To: Xref: csiph.com comp.graphics.apps.gnuplot:1188 On 07.06.2012 15:33, Gudrun wrote: > Okay, I guess I know the problem. > It is probably the end of line character. It changed to |P. |P is no character. And what do you mean by "it changed to"? Who/what changed it, how? > If this P shows in the other direction, it works. How can I fix this > please with a command or programme? If the line endings are indeed your problem, this was most probably caused by transferring files between machines using different operating systems (traditional Mac OS had CR only, Unix has LF only, DOS has CR+LF, others may have even wilder formats). What tools you need depends on the platform you're on --- which so far you neglected to mention.