#782: GHCi input does not support unicode
----------------------+-----------------------------------------------------
 Reporter:  simonmar  |          Owner:  igloo  
     Type:  merge     |         Status:  new    
 Priority:  normal    |      Milestone:  6.8.2  
Component:  GHCi      |        Version:  6.4.1  
 Severity:  normal    |     Resolution:         
 Keywords:            |     Difficulty:  Unknown
 Testcase:            |   Architecture:  Unknown
       Os:  Unknown   |  
----------------------+-----------------------------------------------------
Changes (by simonmar):

  * owner:  => igloo
  * type:  bug => merge

Comment:

 Fixed.  This involves an addition to the Win32 package API, so strictly
 speaking we shouldn't merge, but I think this is one of those occasions
 where we could make an exception, since we're also fixing #1483 and #1649
 which are hurting some people.  Shout if you disagree.

 Patch to GHC:

 {{{
 Wed Nov 14 15:14:11 GMT 2007  Simon Marlow <[EMAIL PROTECTED]>
   * Fix #782, #1483, #1649: Unicode GHCi input
 }}}

 and to Win32:

 {{{
 Wed Nov 14 14:12:37 GMT 2007  Simon Marlow <[EMAIL PROTECTED]>
   * add stringToUnicode, and multiByteToWideChar
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/782#comment:5>
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

Reply via email to