Skip navigation.
 
mlRe: Trying to use NSStream
FROM : Andrew Farmer
DATE : Sun Jan 13 02:36:57 2008

On 12 Jan 08, at 17:16, Development wrote:
> Ok... Did any one else get the memo that the EOL character had been 
> changed to the char(10).


ASCII 10 is the newline character, and has been since the ASCII 
standard was created in the 1960s. If your compiler is outputting 
something else for the '\n' escape, something's wrong.

Related mailsAuthorDate
mlTrying to use NSStream Development Jan 13, 00:24
mlRe: Trying to use NSStream Development Jan 13, 02:16
mlRe: Trying to use NSStream Andrew Farmer Jan 13, 02:36
mlRe: Trying to use NSStream Brady Duga Jan 13, 02:51
mlRe: Trying to use NSStream Keary Suska Jan 13, 18:15
mlRe: Trying to use NSStream Development Jan 13, 20:19
mlRe: Trying to use NSStream -another question Development Jan 13, 23:41
mlRe: Trying to use NSStream -another question Andrew Farmer Jan 14, 00:12
mlRe: Trying to use NSStream Ryan Homer Jan 14, 14:28