From: simonmar@microsoft.com Date: Thu, 1 Jun 2006 11:54:23 +0000 (+0000) Subject: Win32: set up the console code pages X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a91bf796d200a3b950ea30ea7a9f04ee497f39ae;hp=a91bf796d200a3b950ea30ea7a9f04ee497f39ae;p=ghc-hetmet.git Win32: set up the console code pages This may help with entering non-ASCII characters at the GHCi prompt, but as usual with Unicode there's no simple solution that just works. See commentary in InteractiveUI.hs for more details. ---