No, I cannot reproduce this.<br><br><div class="gmail_quote">2008/2/4 David Fox &lt;<a href="mailto:ddssff@gmail.com">ddssff@gmail.com</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m seeing the character ^D inserted into argument strings that are about 256 characters long with GHC 6.8.2.&nbsp; Anyone else?<br><br>Test.hs:<br><br>module Main where<br><br>import System.Environment<br>import System.IO<br>

<br>main =<br>&nbsp;&nbsp;&nbsp; do args &lt;- getArgs<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hPutStrLn stderr (&quot;args: &quot; ++ show args)<br><br><br>Output:<br><br>$ ghc6 --make Test.hs -o test<br>[1 of 1] Compiling Main&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ( Test.hs, Test.o )<br>Linking test ...<br>

$ ./test &quot;012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789&quot;<br>

args: [&quot;01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234\EOT5678901234567890123456789&quot;]<br>

<br> 
<br>_______________________________________________<br>Haskell-Cafe mailing list<br><a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br><a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
<br></blockquote></div><br>