
On 21 April 2005 11:16, John Meacham wrote:
but a useful stopgap, because their use would guarentee your code wouldn't suddenly stop working when ghc changes its IO system.
That isn't going to happen, but I take your point. Simon

But hasn't ghc just changed its IO (with regards to localisation)? If it can happen once it can happen again. Keean. Simon Marlow wrote:
On 21 April 2005 11:16, John Meacham wrote:
but a useful stopgap, because their use would guarentee your code wouldn't suddenly stop working when ghc changes its IO system.
That isn't going to happen, but I take your point.
Simon _______________________________________________ Libraries mailing list Libraries@haskell.org http://www.haskell.org/mailman/listinfo/libraries

On 2005-04-21, Simon Marlow
On 21 April 2005 11:16, John Meacham wrote:
but a useful stopgap, because their use would guarentee your code wouldn't suddenly stop working when ghc changes its IO system.
That isn't going to happen, but I take your point.
You mean we're not going to fix it? Because right now it is broken. None of the compilers work correctly in reading/writing all of the Unicode characters. Some work for the iso-8859-1 subset, with that as the encoding. If we change them so that they do (in some encoding), then writing arbitrary bytes is no longer possible, short of FFI. -- Aaron Denney -><-
participants (3)
-
Aaron Denney
-
Keean Schupke
-
Simon Marlow