
Hello, GHCi of GHC 7.7 use Unicode quote marks instead of ASCII quote marks. Why do you guys decide this behavior change? I'm just curious. --Kazu

On 2013-09-04 at 09:24:38 +0200, Kazu Yamamoto (山本和彦) wrote:
GHCi of GHC 7.7 use Unicode quote marks instead of ASCII quote marks. Why do you guys decide this behavior change? I'm just curious.
seems to be due to http://ghc.haskell.org/trac/ghc/ticket/2507

On 9/4/13, Kazu Yamamoto
Hello,
GHCi of GHC 7.7 use Unicode quote marks instead of ASCII quote marks. Why do you guys decide this behavior change? I'm just curious.
Maybe because kind promotion causes some types to be written with a leading apostrophe? I do not really know it, but I've seen those unicode characters being swallowed on my console until I set LC_ALL to en_US. Cheers, Gabor
--Kazu
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

Hi, One guy suggested this ticket. http://ghc.haskell.org/trac/ghc/ticket/2507 --Kazu
participants (3)
-
Gabor Greif
-
Herbert Valerio Riedel
-
Kazu Yamamoto