#1618: It it not possible to manage the output codification.
-----------------------+----------------------------------------------------
Reporter: guest | Owner:
Type: proposal | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 6.6.1
Severity: normal | Keywords:
Difficulty: Unknown | Os: Unknown
Testcase: | Architecture: x86_64 (amd64)
-----------------------+----------------------------------------------------
I am working with GHC, version 6.6 of 64 bits, under Ubuntu Linux 7.04
with an AMD64 platform. To compile a source file it must be encoded in
UTF-8, otherwise does not work. However the outputs given by any compiled
application are codified in ISO-8859-15.
To avoid this inconvenient I have programmed a module in order to change
the output encoding to UTF-8 since any Linux terminal cannot work in two
different codifications simultaneously.
I remember that working with previous versions of 32 bits the outputs of
any compiled application was codified with the same code as the source
file.
I would like to be possible the choice of the desired output codification
or, at least, the outputs of a compiled application were codified also in
UTF-8 if the sources are required to be codified in such a code.
Thanks a lot.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1618>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs