Rebol should translate those correctly for you,
in the case of networking in /lines mode, you
shouldn't have to think about it.

If you should ever need to know, Rebol knows
which platform it is on, so it is possible to find:

4-Jun-2004

Determine host os's line-terminator character sequence.

(Carl Sassenrath's working method. Use this on a file
you are going to create anyway.)

p: open %tmp  
line-flag: p/state/with  
close p

(I only ever needed to know this for a file-splitting
application.)

Regards,

Anton.

> Hello Anton,
> 
> do you know if there are any problems related to CR/LF if the client
> is Ms Windows and server Un*x (or vice-versa), when we use /lines
> mode?
> 
> Thank you!
> 
> --Alessandro

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to