Z-Encode external-core output
authorJan Rochel <jan.rochel@stud.uka.de>
Sun, 2 Jul 2006 21:44:38 +0000 (21:44 +0000)
committerJan Rochel <jan.rochel@stud.uka.de>
Sun, 2 Jul 2006 21:44:38 +0000 (21:44 +0000)
commit202712d39046f01f024dc0f637626bc2cd87fd80
tree51d2cd2a2ffb3bff15cf3425e38f1e2b691d0bc1
parent99bab7d8385401ca552f6f161bd69d9d144f8309
Z-Encode external-core output

HEAD doesn't z-encode external-core output (unlike 6.4). I suppose, that
this is unwanted behaviour. It probably results from this patch:

========================================================================
Fri Jan  6 17:30:19 CET 2006  simonmar
  * [project @ 2006-01-06 16:30:17 by simonmar]
  Add support for UTF-8 source files

[...]

Z-encoding has been moved right to the back end.  Previously we
used to Z-encode every identifier on the way in for simplicity,
and only decode when we needed to show something to the user.
Instead, we now keep every string in its UTF-8 encoding, and
Z-encode right before printing it out.

[...]
========================================================================

Greetings
Jan
compiler/coreSyn/PprExternalCore.lhs