Top "Carriage-return" questions

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

How to remove carriage return in a dataframe

I am having a dataframe that contains columns named id, country_name, location and total_deaths. While doing data cleaning …

python pandas replace carriage-return data-cleaning
How to read a file into a string with CR/LF preserved?

If I asked the question "how to read a file into a string" the answer would be obvious. However -- …

c# string file newline carriage-return
How do I get patch to ignore carriage returns?

I'm attempting to apply a patch to a file with Windows line endings on a Linux system and I'm getting …

whitespace patch carriage-return eol
Post newline/carriage return as hidden field value

I need to post multi-line data via a hidden field. The data will be viewed in a textarea after post. …

html post newline hidden-field carriage-return
vba userforms carriage return behavior

In a textbox of a userform in VBA, I would like to enable the feature where the user can add …

vba excel newline carriage-return userform
Java: How read a File line by line by ignoring "\n"

I'm trying to read a tab separated text file line per line. The lines are separated by using carriage return ("\…

java bufferedreader text-parsing carriage-return linefeed
SSRS 2008 R2 Carriage Return Problem

I have a report with a simple textbox that holds Name, Address, and ZipCode fields. The fields work fine when …

sql-server reporting-services carriage-return
VisualForce: convert carriage returns to html line-breaks in a long text field

In Salesforce, if I'm binding a text field into a VisualForce page, whats a good way to convert the carriage …

salesforce carriage-return visualforce
Linux - check if there is an empty line at the end of a file

NOTE: this question used to be worded differently, using “with/out newline” instead of “with/out empty line” I have …

linux eof carriage-return
Print a carriage return in java on windows on console

On my OS X machine, the following line gives me a nice and easy way to track the state of …

java windows newline carriage-return system.out