Unicode, strings, and Show

Manuel M T Chakravarty chak at justtesting.org
Wed Mar 30 02:26:13 UTC 2016


Why are we doing this?

  GHCi, version 7.10.3: http://www.haskell.org/ghc/  :? for help
  Prelude> "文字"
  "\25991\23383"
  Prelude> 

After all, we don’t print ’a’ as ’\97’.

Manuel



More information about the ghc-devs mailing list