Re: [Haskell-cafe] Re: Copying Arrays

2008-05-29 Thread Jed Brown
On Thu 2008-05-29 18:45, Chad Scherrer wrote: > Jed Brown 59A2.org> writes: > > Uh, ByteString is Unicode-agnostic. ByteString.Char8 is not. So why not > > do IO > > with lazy ByteString and parse into your own representation (which might > > look a > > lot like StorableVector)? > > One probl

[Haskell-cafe] Re: Copying Arrays

2008-05-29 Thread Chad Scherrer
Jed Brown 59A2.org> writes: > Uh, ByteString is Unicode-agnostic. ByteString.Char8 is not. So why not do > IO > with lazy ByteString and parse into your own representation (which might look > a > lot like StorableVector)? One problem you might run into doing it this way is if a wide character