Re: Encoding of eol in multiline wysiwyg strings

2009-02-17 Thread Jarrett Billingsley
On Tue, Feb 17, 2009 at 10:02 AM, grauzone wrote: > > But many people would like to use import() to read binary data. Oh, I'm not saying import() is in the wrong here :) just that that's where his mixed line endings are coming from. > I guess one could extend the language specification to solve

Re: Encoding of eol in multiline wysiwyg strings

2009-02-17 Thread grauzone
Jarrett Billingsley wrote: On Tue, Feb 17, 2009 at 4:41 AM, KlausO wrote: Hello, does the D specification specify how the "end of line" is encoded when you use wysiwyg strings. Currently it seems to be '\n' on windows (And I guess it will '\n' on linux, too.). Is this the intended behaviour ?

Re: Encoding of eol in multiline wysiwyg strings

2009-02-17 Thread Jarrett Billingsley
On Tue, Feb 17, 2009 at 4:41 AM, KlausO wrote: > Hello, > > does the D specification specify how the "end of line" is encoded when you > use wysiwyg strings. Currently it seems to be '\n' on windows > (And I guess it will '\n' on linux, too.). > Is this the intended behaviour ? http://www.digital