<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 25 March 2015 at 10:44, luigi scarso <span dir="ltr"><<a href="mailto:luigi.scarso@gmail.com" target="_blank">luigi.scarso@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Wed, Mar 25, 2015 at 11:12 AM, Hans Hagen <span dir="ltr"><<a href="mailto:pragma@wxs.nl" target="_blank">pragma@wxs.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span>On 3/24/2015 7:36 PM, jfbu wrote:<br>
<br>
</span><span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
This is XeTeX, Version 3.14159265-2.6-0.99991 (TeX Live 2014) (preloaded format=xetex 2014.7.10)  24 MAR 2015 19:25<br>
<br>
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=pdfetex 2015.1.21)  24 MAR 2015 19:35<br>
<br>
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014) (rev 4971)  (format=luatex 2014.7.10)  24 MAR 2015 19:36<br>
</blockquote>
<br></span>
btw, you should run pdftex/xetex in -8bit mode in order to compare<span><font color="#888888"><br>
<br></font></span></blockquote></span><div>pdftex -8bit </div><div>and</div><div>xetex -8bit</div><div>both give the same result </div><div>(luatex is in '-8bit' mode by default).</div></div><span class=""><font color="#888888"><div><br></div>-- <br><div>luigi<br></div>
</font></span></div></div>
</blockquote></div><br><br clear="all"><br></div><div class="gmail_extra">It's true that luatex acts like pdftex -8bit here but this appears to be a bug (in all three engines)<br><br>\immediate\write20{start}<br><br>\catcode`\^^M=12<br>\immediate\write20{aaaa^^Mb^^Mc}<br>\bye<br><br><br><br></div><div class="gmail_extra">outputs<br><br></div><div class="gmail_extra">caaa<br><br></div><div class="gmail_extra">that is the ^^M is causing the write to restart the line overprinting earlier characters.<br><br></div><div class="gmail_extra">pdftex without -8bit produces<br><br>aaaa^^Mb^^Mc<br><br><br></div><div class="gmail_extra">David<br><br></div><div class="gmail_extra"><br>
</div></div>