Top "Carriage-return" questions

Carriage return is one of the control characters in ASCII code, Unicode, EBCDIC, and many other codes.

How to remove extra empty lines from XML file?

In short; i have many empty lines generated in an XML file, and i am looking for a way to …

java xml carriage-return code-cleanup
Avoid extra "carriage return" in Print statement with Visual Basic?

With Visual Basic, I'm confused with that the behavior of Print statement in that sometimes the following statement: would cause …

vba excel carriage-return
C++ Carriage return and line feed in a string

I am working with the communication for some TCP/IP connected equipment in C++. The equipment requires that the commands …

c++ string carriage-return linefeed
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 …

windows carriage-return line-endings linefeed
Start a new line in wpf textbox

I created a small GUI with WPF, containing a Textbox. I want the user to have the ability to start …

c# wpf textbox carriage-return
Extract text by line from PDF using iTextSharp c#

I need to run some analysis my extracting data from a PDF document. Using iTextSharp, I used the PdfTextExtractor.GetTextFromPage …

c# pdf itext extract carriage-return
Removing Carriage return on Mac OS X using sed

On Linux for removing carriage return we can execute: sed -i 's/\r//g' <file> But the same …

regex macos sed carriage-return
Carriage returns/line breaks with \n in strings in Android

I'm writing an Android app where I'm writing a file to disk with one data value per line. Later, such …

java android string newline carriage-return
New line character in text file (C#)

I'm exporting text to a file in C# using System.IO.File.AppendAllText, and passing in the text file, and …

c# .net text io carriage-return
MS Access Form - Enter key not moving to new line

I have an odd issue with a form I have in MS Access. For some reason, when I hit the "…

forms ms-access return carriage-return