Re: When is a newline not a newline?
Re: When is a newline not a newline?
- Subject: Re: When is a newline not a newline?
- From: email@hidden
- Date: Fri, 10 Oct 2003 11:55:45 +0100
Hi Jonathan
'\r' is '\u000A' in Java
Cheers,
-- Denis.
On Thursday, October 9, 2003, at 08:56 pm, email@hidden
wrote:
[demime could not interpret encoding binary - treating as plain text]
I have some code that is supposed to take newlines out of a string. It
is
supposed to replace an actual newline (Java "\n", right?) with the
escaped newline (Java string literal "\\n" to get an actual '\n' in the
string, not a newline). This is for use with javascript, if you're
wondering.
<snip>
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.