Newline refers to a character sequence representing a line break in text (also known as End of Line, EOL, or Line Break). Different operating systems have different sequences for newlines.
0
votes
0answers
16 views
different output in Makefile rule
In the following Makefile
f = echo $(1)
t:
$(call f,"a \
b"); \
$(call f,"a \
b")
there is only one TAB, at the beginning of line 4 (the first call f)
no blanks at the end ...
1
vote
1answer
84 views
Haskell print string without newline
When I use this code it's print newline after result. How I can don't write newline?
import System.IO
main :: IO ()
main = do
a <- getLine
b <- getLine
let aa = read a ...
0
votes
1answer
16 views
Preserve newlines when setting html in a div from a textarea - Jquery
I got this little html -:
<div id="viewOne"></div>
<textarea id="viewTwo"></textarea>
<button id="copyToDiv" value="Copy to Div"></button>
This is my Jquery ...
0
votes
4answers
36 views
Add new line character in string [duplicate]
How to make a new line after every text??
This's the code.
String body = txtName.getText().toString() + txtLatitude.getText().toString() + txtLongitude.getText().toString();
...
1
vote
4answers
47 views
(Solved) PHP fwrite() how to insert a new line after some specific line
I'm new here.
Anyway, I did my research on fwrite(), but I couldn't find solution, so i'm asking for help.
What I want is f.e. to add a new line of text after some other specific line.
F.e. I have a ...
0
votes
2answers
26 views
Newline in Javascript for Mozilla Firefox
Example which is not working:
<div id="clockDisplay"></div>
<script type="text/javascript" language="javascript">
function renderTime() {
var currentTime = new Date();
var h ...
2
votes
3answers
42 views
Removing a Ton of Leading Spaces and Newline Characters from a String
I have a Python string that is printing out the following string in the shell:
'\\n autonomy\\n . . sweeping\\n \\n '
How can I remove all of ...
1
vote
1answer
19 views
Multiline regex replacement in sed/vi
I need to replace this statement in a named.conf with regex
masters {
10.11.2.1;
10.11.2.2;
};
All my approaches with sed/vi do not work
%s/masters.*\}\;//g
does not match. Also ...
0
votes
0answers
17 views
EOL compatibility on BOTH Linux and Dos/Windows servers?
Using Notepad++ on a windows box, (100s of files into a plugin I've been developing for Wordpress) I bumped up against a problem wherein the differences in newline characters between Linux and ...
0
votes
1answer
22 views
SQL Plus/Shell Script: Extra newline printed
Below is my variable and the value is being fetched from the query.
subsno=`sqlplus -s user/pass@DB << EOL
set heading off;
SET FEEDBACK OFF;
select CFR_SUBSCRIBER_NO
from csm_future_request
...
1
vote
2answers
49 views
Using fscanf() to read a file with lines of 3 numbers each,why does “%d%d%d%*c” act as good as “%d%d%d”?
I know that the %d format specifier,when used here in fscanf(), reads an integer and ignores the white-space preceding it,including the newline(I verified it).But in my following program that uses ...
1
vote
0answers
27 views
ASP.Net Environment.NewLine stops working half way through a script?
I'm using a script to construct an email, and half way through the NewLines just quit working. I don't see any errors, nor do I can any when it's executed.
Here is the code:
message = message & ...
0
votes
2answers
30 views
Wordpress Ajax setcookie WAMP/LAMP disparities
In a wordpress themed-plugin for e-commerce I have two ajax/php scripts setting cookies (both in the same directory) The ajax calls are set from the same "cart.js" The first script sets/updates an ...
0
votes
1answer
29 views
Make a line break when requesting user input (/P) in batch?
Is it possible to create a line break after a set /P command? I would like the user to be able to type on a new (blank) line instead of next to the existing prompt. For example:
set /P test=type now
...
0
votes
0answers
9 views
Xerces C++ CR/LF issue
I used the following code to output xml to the file:
XMLFormatTarget *myFormTarget;
myFormTarget = new LocalFileFormatTarget(filename);
DOMImplementation *impl = ...
0
votes
1answer
36 views
BufferedReader reads older input
Java beginner here. For testing, I made my own input class which uses BufferedReader. The code looks like this:
import java.io.BufferedReader;
import java.io.IOException;
import ...
0
votes
1answer
28 views
how to properly add newline in xml through php?
i have a php code that will add child in xml, my question is how to write that child in new line
$string = simplexml_load_file($config['string']);
$string->addChild('name', $nick);
i would like ...
0
votes
3answers
23 views
Avoid line breaks at specific places in TextView
I have a very long string in my strings.xml which is displayed in a TextView with ~10 lines. The string contains an url. The url must be completely displayed in 1 single line. Line breaks before or ...
0
votes
0answers
19 views
html textbox to preserve line breaks
I was wondering if there is a possibility to make a html text input (textbox) to preserve new lines, because when I paste a formatted text into a textbox, the text automatically looses new lines. I ...
2
votes
2answers
58 views
CSS data attribute new line character & pseudo-element content value
Is it possible to have a new line in a data attribute ?
I am trying to do something like this:
CSS:
[data-foo]:after {
content: attr(data-foo);
background-color: black;
}
HTML
...
1
vote
1answer
44 views
Mixing javascript, jQuery and PHP, newline
Ok, so I have a few things here:
Javascript:
desc = "line 1 \n line 2"
jQuery:
$("#msg").text(desc);
PHP:
const NUM = 555;
What I want, is to change the text of the <p> with the id of ...
0
votes
0answers
6 views
What is the rationale behind newline in ctime output?
Recently i bumped again into ctime-newline thing and I was wondering why is newline added on the end? It seems ridiculous to me because removing a new-line is much more complex than adding it if ...
0
votes
0answers
14 views
missing newlines - C
So here is the task itself:
Create password generator, which uses dictionary and match files to generate passwords by replacing letters in the dictionary words with their matches.
Example:
Dictionary ...
0
votes
1answer
26 views
concatenate multiple InputStreams and ensure newline
I would like to read multiple files from an SFTP directory and concatenate it into one resultfile.
So the SFTP API returns InputStreams and I used a SequenceInputStream to concatenate them.
As long as ...
0
votes
3answers
43 views
jQuery won't display variable containing text with line brakes
Why jQuery doesn't work when I have a variable with line breaks in it:
This works:
var text = "This is my text and it works fine";
This doesn't:
var text = "this is my text
and it ...
-1
votes
0answers
62 views
in IDE: is it possible to use some universal line ending of source code that works cross platform without troubles in c# [duplicate]
EDIT: this question was marked as duplicate for unknown reasons of "How do I force unix (LF) line endings in Visual Studio (Express) 2008?" This is not what I am asking and I don't even need to know ...
-1
votes
1answer
42 views
How to replace all new lines of string with `<BR>` in php?
There are too much confusion about \n and \r.
There are lot's of questions in stack about differences between \n and \r. In a nut shell My confusions/questions are:
Is \r\n equal to \n\r?
Is \r\n ...
1
vote
1answer
29 views
Adding a newline character to al register while doing movsb ( Or how can I compare newline character with charachters in an input string)
I am trying to scan an input from user and the string is to be converted to something devoid of newline character so as to provide the name to a file. While scanning an input from the user somehow ...
1
vote
2answers
42 views
Complications saving HMTL/PHP from Windows to Linux - newline solutions not working
I've gone through nearly every solution I could find in regards to how to treat the newline issues associated with moving from Windows to Linux with a variety of programs yet I still receive server ...
1
vote
4answers
45 views
Removing a newline character at the end of a file
I know to remove all newlines you could, say:
tr -d '\n' < days.txt
cat days.txt | tr -d '\n'
but how would you use tr to remove just the newline at the end/bottom of a textfile?
I'm ...
1
vote
1answer
33 views
Printing in a Ruby Thread while waiting for input generates weird output
So I was working in Ruby and the idea was to constantly reprint a set of strings over itself until a key is pressed. This is my code for that
frame =
"aaaa
bbbb
cccc
dddd"
thread = Thread.new do
...
1
vote
1answer
71 views
Python regex: Splitting by \n character as long as the \n isn't at the start
I have a string that I want to split by new line characters, but I want to leave the \n character in if it is at the start of the string. I know that \A matches the start of a string, but I don't know ...
0
votes
1answer
30 views
Unable to remove newlines from Emsembl FASTA
I'm trying to find protein motifs from an Ensembl FASTA file. I've gotten the bulk of the script done, such as retrieving the sequence ID and the sequence itself, but I am receiving some funny ...
0
votes
1answer
29 views
How to replace a Line break/new line in Google drawtable with PHP
The following content breaks my google.visualization.DataTable. I am pulling this from Google calendar.
// this one has a line break/enter/new line in google calendar after 5
Kanji lessons from 11 to ...
1
vote
1answer
40 views
Insert new line into source after appendChild
Not sure if this is a dumb question or not, so I'll ask it.
I'm creating a div using
document.getElementById("vidContainer").appendChild(divNode);
This creates a div inside vidContainer and ...
0
votes
3answers
68 views
Why do I need vim in binary mode for 'noeol' to work?
this question is a follow up to the Work Around i use for "saving files in vim without having the newline at end of file forcibly added" annoyance.
Basically i can't use set noeol in my .vimrc ...
0
votes
2answers
65 views
newline causes SyntaxError: EOL while scanning string literal
An ipad application sends this json to me and I read it by request.POST.get and then pars it by ast.literal_eval
u'[\n {\n "type" : 2,\n "dateCreated" : "Wed, 24 Apr 2013 17:20:50 0100",\n ...
0
votes
3answers
61 views
Regex.Split create new line
Basically trying to create a new line in the list box when data is imported or added. For example an address would need a new line
2
example road
example
At this moment it is showing the item in ...
0
votes
1answer
30 views
In Google Apps Script, how can I preserve newlines from user input?
I have a TextArea() that I'm collecting user input from.
I'd like to spit this input back out into an email, but it's important to preserve the formatting. If someone puts in returns or paragraphs ...
0
votes
0answers
38 views
Is there a way to remove the newline created between an NSMutableDictionary key/object pair when writing to a file?
I'm trying to make the entries in my NSMutableDictionary look like this when written to a file:
<dict>
<key>Track ID</key><integer>686</integer>
...
0
votes
1answer
12 views
Windows/Py3 stdout with only LR, not CRLF
In some earlier Py3 version on Windows I could ensure stdout LF instead of CRLF by doing
import msvcrt
msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)
print("Whatever")
but that stopped working in ...
-2
votes
0answers
56 views
Another the most annoying thing in DotNetBar relating to MessageBoxEx
DotNetBar is a small third-party UI lib but it's really skinny enough to develop commercial applications. However this lib is making me crazy for some of its 'features' which I consider as bugs. This ...
0
votes
2answers
57 views
How do you define __str__ in python when including newline characters?
I'm trying to define str() for a maze object and have it print out something that looks like this:
#######
#J..P.#
#.###.#
#..@#.#
#@#.@.#
#######
When I build the string to return, however, it ...
1
vote
1answer
29 views
NewLine in Constant Error
I was trying to implement this code:
String savePath = @"D:\Visual Studio 2010\WebSites\Session Password\App_Data\file_uploads\"+uname+"\";
Error appears at the slash after "+uname+"
Please say ...
0
votes
2answers
65 views
create Line break/new line after fwrite() PHP
Hello I am trying to write a php file that edits a text file. However I have a set of variables that each come from separate html form inputs. I want each of those values to display on a new line. I ...
0
votes
1answer
52 views
how to insert newline in python xml.etree module
I want to print out the xml like this:
<xml>
<tag>
this is line 1.
this is line 2.
</tag>
</xml>
I have a piece of code like this:
from xml.etree ...
1
vote
2answers
76 views
Insert a newline without entering in insert mode, vim
I want insert newlines in normal mode in vim using Shift-Enter and Ctrl-Enter. I try some solutions and mixing solutions from Vim Wikia - Insert newline without entering insert mode but Shift-Enter ...
0
votes
1answer
52 views
Regular expression to replace line feeds with a space only if the break is in certain keyword pair
I'm trying to write a regular expression that replaces line feeds between certain areas of a text file, but only on certain keywords (beginning keyword and end keyword are not paired) but not having ...
0
votes
1answer
72 views
How to control newline processing in the lxml xpath text() function?
Having switched from Fedora 17 to 18, I get different parsing behaviour for the same lxml code, apparently due to different versions of the underlying libraries (libxml2 and libxslt versions changed).
...
1
vote
2answers
64 views
Is it possible to handle fields containing line breaks in awk?
Suppose I have a text file with records of the following form, where the FS is generally speaking a comma, and the RS is generally speaking a newline.
However, the exception to this rule is that if a ...



