<div dir="ltr">Hi Louis,<div><br><div>Yes, this is good, and Squeak already has this.  It is accessible with MultiByteFileStream class&gt;&gt;lineEndDefault (or the class variable LineEndDefault) in that class. </div></div>
<div><br></div><div>Except that it isn&#39;t working - it is hooked up to the startUp routine to determine what it should be, but does not appear to be called.  I&#39;ll need to look into that.</div><div><br></div><div>-cbc</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 14, 2014 at 6:23 AM, Louis LaBrunda <span dir="ltr">&lt;<a href="mailto:Lou@keystone-software.com" target="_blank">Lou@keystone-software.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Chris,<br>
<br>
I don&#39;t know if this will help but VA Smalltalk has a global variable (a<br>
string in a pool dictionary) called &quot;LineDelimiter&quot;.  When the image starts<br>
up it checks to see what platform (OS) it is running on and sets it to CrLf<br>
or Lf as appropriate.  This allows developers to use LineDelimiter wherever<br>
they want (where they need to match the platform) and not need to check the<br>
platform all over the place.  Maybe it will make life a little easier for<br>
you.<br>
<br>
Lou<br>
-----------------------------------------------------------<br>
Louis LaBrunda<br>
Keystone Software Corp.<br>
SkypeMe callto://PhotonDemon<br>
mailto:<a href="mailto:Lou@Keystone-Software.com">Lou@Keystone-Software.com</a> <a href="http://www.Keystone-Software.com" target="_blank">http://www.Keystone-Software.com</a><br>
<br>
<br>
</blockquote></div><br></div>