I think the idea is to use ZnCrPortableWriteStream for that.

> On 15 Mar 2018, at 14:58, Thierry Goubier <[email protected]> wrote:
> 
> Hi all,
> 
> how does one create a file stream in Pharo 7 that forces a specific
> line end convention ? For example, for forcing all end of lines to be
> Character lf.
> 
> The old way,
> 
> fileStream lineEndConvention: #'lf'.
> 
> does not work anymore.
> 
> Thanks,
> 
> Thierry
> 


Reply via email to