Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
6answers
271 views

Why does Windows use CR LF?

I understand the difference between the two so there's no need to go into that, but I'm just wondering what the reasoning is behind why Windows uses both CR and LF to indicate a line break. It seems ...
5
votes
5answers
989 views

Preserving special chars in xml

I've an xml string stored in the db table with line feed characters. In my C# 3.5 program, I load and manipulate it using Linq to xml and then show it as a string in the textbox control on the UI ...
5
votes
5answers
12k views

Carriage Return\Line feed in Java

i have created text file in unix enviroment using java code. For writing the text file i am using java.io.FileWriter and BufferedWriter. and for newline after each row i am using bw.newLine() method. ...
4
votes
8answers
384 views
4
votes
2answers
1k views

Setting Java VM line.separator

has anybody found a way how to specify the Java line.separator property on VM startup? I was thinking of something like this: java -Dline.separator="\n" But this doesn't interprete the "\n" as ...
2
votes
2answers
93 views

NetworkStream on port 21 (FTP) stops reading when it receives a byte with the value 10 (new line character)

I have a program that sends 88 bytes of raw data (not a string) using NetworkStream.Read and NetworkStream.Write. Byte number 58 happens to have the value 10 (new line). The receiving program ...
2
votes
1answer
85 views

XSLT transformation adding unwanted Linefeed

Using Vs 2010 I am editing a xsl file which will be used for transformation to output an xml file. I am trying to output a carriage return ( ) and that only. I don't want the linefeed character ...
2
votes
2answers
111 views

Reverse line feed in Windows / Java

Is there a way to write several lines to the system console in Windows, then delete or modify them, using Java? I can write over the same line more than once using the \r carriage return character. ...
2
votes
4answers
222 views

What is the point of using *both* Carriage Returns and Line Feeds?

I'd have thought one was enough. But what's the point of doing CRLF (0x0D0A), when you can simply use CR (0D)? Normally, whenever I'm using strings (C++), I do this: myString = "Test\nThis should be ...
2
votes
2answers
3k views

notepad++ regular expression delete line starting with \pard…ending with line feed

I'm cleaning up files using notepad ++, and trying to delete lines that start with \pard and have some text then end with a line feed. But \n doesn't work in regular expression and .* doesn't work in ...
2
votes
1answer
321 views

How to read line by line a CR-only file with Perl?

I'm trying to read a file which has only CR as line delimiter. I'm using Mac OS X and Perl v.5.8.8. This script should run on every platform, for every kind of line delimiter (CR, LF, CRLF). My ...
1
vote
1answer
43 views

How to replace br tags with 
 tags in XSL template?

Let's assume I have a simple XML file: <data> <text>Hello world!&lt;br&gt;Nice to see you all!&lt;br&gt;Goodbye!</text> </data> Now I want to replace all ...
1
vote
2answers
127 views

Carriage return and line feed XML - Java

I am trying to add a carriage return character and line feed character to format XML so that each element appears on its own line in MS Notepad. I have tried what was suggested here: how to pretty ...
1
vote
1answer
45 views

How to set the default line terminator for new files in emacs?

Is there a something I can put in my .emacs config file to set the default line-ending style for newly created files? I'm using GNU emacs for windows, but would like newly created files to use ...
1
vote
3answers
77 views

Why this simple program leads to different carriage return/line feed file when executed in Java and AIX?

If I run this simple program on Windows 7 and then on AIX (Unix system) and compare the two generated files using a tool such as Winmerge or Compare It, it tells me that the Carriage Return and Line ...
1
vote
2answers
79 views

How are <pre> whitespace and line return “saved”?

If you want to toy with white-spaces, tabs, linefeed and carriage-return, how do you "select them" in javascript? x = $('pre').html().replace(/(\r\n|\n|\r)/gm, "#"); edit : ^Does not work for ...
1
vote
2answers
638 views

Batch: delete line feed from end of text file?

I have a .txt file where I need to get rid of the last line feed. Looking at the file in a HEX Editor it shows "0d 0a" at the end. I have looked at the thread How to delete Linefeed using batch file ...
1
vote
3answers
1k views

Carriage return and Line feed… Are both required in C#?

When inserting a new line character into a string I have usually done this: str = "First line\nSecond line"; In C#, is this the standard practice? Should I also include the 'carriage return' ...
1
vote
5answers
700 views

Newline character omitted while reading from buffer

I've written the following code: public class WriteToCharBuffer { public static void main(String[] args) { String text = "This is the data to write in buffer!\nThis is the second line\nThis is ...
1
vote
2answers
320 views

Regular expression to replace line feeds with a space only if the break is not in the contents of an HTML attribute

I'm trying to write a regular expression that replaces line feeds between certain areas of a text file, but only on plain text content (i.e. excludes text inside HTML attribute contents, like href) ...
1
vote
1answer
138 views

SQL Server BCP only one row inserted?

I'm using an FMT file to BCP a csv file into a an SQL Server Box - everything is fine, but only the first row of the 5 line file is getting inserted. I think it is the line feed settings for the ...
1
vote
1answer
273 views

git crlf configuration in mixed environment

I'm running a mixed environment, and keep a central, bare repository where I pull and push most of my stuff. This centralized repository runs on Linux, and I check out to Windows XP/7, Mac and Linux. ...
1
vote
2answers
636 views

Problem copy+pasting CR+LF into an excel spreadsheet need soft paragraph (Alt+Enter)

I'm trying to copy a table that is created in our software into an excel spreadsheet. Some of the title headers in our application are too big to fit in a column so they are separated by a #13+#10 ...
0
votes
1answer
8 views

trim html entities from string variable in nsis

I am trying to find out the way to get rid of the &#x0D;&#x0A; symbols from string. I have tried Trim and CharStrip functions, but with no success. Code snipp: ${CharStrip} ...
0
votes
1answer
26 views

MySQL: Search & Replace with target having linefeeds/carriage returns?

I'm needing to cleanup our database and need to mass replace something like this: <div class="rtecenter"><br /> <font color="#990033"><strong>I'm so hot, I sometimes ...
0
votes
1answer
33 views

Detect \n in BufferedReader stream

I have a string that looks something like this: "foobar\n" I read this string using a BufferedReader. I need to be able to detect whether or not there is a new line present. I was using readLine, ...
0
votes
0answers
24 views

Libharu UTF-8 \n char bug in iphone pdf

I'm building a pdf with libharu, with UTF-8 encoding. HPDF_UseUTFEncodings(pdf); NSString *path = [[NSBundle mainBundle] pathForResource: @"DejaVuSans" ofType: @"ttf"]; const char *fontname = ...
0
votes
4answers
82 views

Carriage Return and Line Feed windows and Linux java application

I am working on a integration test application, this is what I am doing in the test case, I read a test input file,which is stored in the cvs , write it to a file in the file system,the application ...
0
votes
1answer
55 views

different types of line terminations(unix, windows, etc)

I'm note sure about conventions for different types of line termination in different programming languages. I know that there are 2 types, 1: line feed, 2: carriage-return, line feed. My question is: ...
0
votes
1answer
137 views

Why does my Perl script produce corrupted output with large files on Windows?

I am new to Perl and am having a very weird print issue. The Perl program runs on Windows XP. It first executes a SQL then loops through the results and outputs to 5 files via 5 sub routines. The 5 ...
0
votes
2answers
110 views

Remove line feed (LF) from XML node using XSLT

I have the following in an XML node: <TR_Comment>XXX YYY ZZZ </TR_Comment> (as you can see there is a line feed) My XSLT is really simple: <xsl:value-of ...
0
votes
2answers
58 views

CR followed by LF

I've read some articles about difference between Carriage Return (CR) and Line Feed (LF). To my knowledge, they are the same when generating a new line. But when I put them together like \r\n, change ...
0
votes
3answers
191 views

strrev function inserts a line feed character in the first element of a string array

So basically: #include <stdio.h> #include <conio.h> #include <stdlib.h> #include <string.h> int main(void){ //test strrev char s[50]; char s2[50]; char *ps; ...
0
votes
3answers
239 views

Removing line feeds or carriage returns from excel with perl

whenever I try a read a row in a .csv file it stops treating the row as a single row and stores it in multiple arrays, as supposed to just one. What i'm seeing is as I read a .csv file it seems to ...
0
votes
0answers
312 views

Batch: copy text and preserve last line feed

I am having trouble with a batch file. In question: Batch: delete line feed from end of text file? Jeb was helping me out and provided the following batch file: @echo off setlocal ...
0
votes
4answers
709 views

How to find out which line separator BufferedReader#readLine() used to split the line?

I am reading a file via the BufferedReader String filename = ... br = new BufferedReader( new FileInputStream(filename)); while (true) { String s = br.readLine(); if (s == null) break; ... ...
0
votes
1answer
346 views

PHP print newline into textarea

I'm trying to print newline into textarea. I have this string: $coords = $row->lat.','.$row->lon."\r\n" When I use the following javascript command: alert(coords); I get: ...
0
votes
6answers
885 views

Replace Line Feed with a Space in unix shell script

I have a text file containing some records. Each record is splitted in 4 rows (not always 4), like the example: ---- row1 row2 row3 row4 ---- row1 etc... Each row is ended with the Line Feed ...
0
votes
3answers
392 views

sed replace end of line

I'm trying to add a bunch of 0s at the end of a line. The way the line is identified is that it is followed by a line which starts with "expr1" in Vim what I do is: s/\nexpr1/ 0 0 0 0 0 0\rexpr1/ ...
0
votes
0answers
106 views

Why do I get different EOL for different files?

What can cause Notepad++ to make new lines as CRLF in one file and only LF in the other? Both files were created at the same folder from the same OS and no modifications to Notepad++ preferences ...
0
votes
1answer
304 views

exporting access query to text file line feed

I am creating a sql query for an access database that will be exported to a text file. The requirements include a line feed separating each line. Does that happen by default, or its something that I ...
0
votes
2answers
494 views

PHP: Is it ok to replace \r\n with \n?

I have a form with a textarea and a JS character counter. Yet the backend script claims that the strlen of the message is longer than the JS character counter claimed. The reason for this, I have ...
-1
votes
2answers
651 views

Objective C, How to change line in UITextView

I am downloading UITextView contents from a web server and it just returns text without any line feeds. I inserted \n, \\n, [CR], and more into the place I want to change the line but none of these ...