<div class="gmail_quote">On Jan 5, 2008 12:37 AM, Don Stewart &lt;<a href="mailto:dons@galois.com">dons@galois.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
The most notable change is the instance IsString for strict and<br>lazy bytestrings, enabling bytestrings to be written as direct string<br>literals, without needing &#39;pack&#39;.<br><br>That is, the following is valid:
<br><br> &nbsp; &nbsp;import Data.ByteString.Char8<br><br> &nbsp; &nbsp;main = print (&quot;abcdef&quot; :: ByteString)<br></blockquote></div><div><br class="webkit-block-placeholder"></div>What encoding is used?<br><br>-- <br>Dave Menendez &lt;
<a href="mailto:dave@zednenem.com">dave@zednenem.com</a>&gt;<br>&lt;<a href="http://www.eyrie.org/~zednenem/">http://www.eyrie.org/~zednenem/</a>&gt;