[GHC] #2507: quotation characters in error messages
GHC
cvs-ghc at haskell.org
Sun Feb 24 18:34:50 CET 2013
#2507: quotation characters in error messages
---------------------------------+------------------------------------------
Reporter: Isaac Dupree | Owner:
Type: feature request | Status: new
Priority: lowest | Milestone: 7.6.2
Component: Compiler | Version: 6.8.3
Keywords: | Os: Unknown/Multiple
Architecture: Unknown/Multiple | Failure: None/Unknown
Difficulty: Unknown | Testcase:
Blockedby: | Blocking:
Related: #2811,#3398 |
---------------------------------+------------------------------------------
Comment(by ian@…):
commit e2bea6019fd523d4b6061174b114c49f55fa981c
{{{
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Feb 24 00:26:07 2013 +0000
Use unicode quote characters in error messages etc; fixes #2507
We only use the unicode characters if the locale supports them.
compiler/main/DynFlags.hs | 15 ++++++++++++++-
compiler/main/DynFlags.hs-boot | 1 +
compiler/utils/Outputable.lhs | 7 ++++++-
3 files changed, 21 insertions(+), 2 deletions(-)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2507#comment:16>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list