Re: [GHC] #2058: Ghci tab-completion cannot handle Unicode

2009-05-15 Thread GHC
#2058: Ghci tab-completion cannot handle Unicode
-+--
Reporter:  desegnis  |Owner:   
Type:  bug   |   Status:  closed   
Priority:  normal|Milestone:  6.12.1   
   Component:  GHCi  |  Version:  6.9  
Severity:  normal|   Resolution:  duplicate
Keywords:|   Difficulty:  Unknown  
Testcase:|   Os:  Linux
Architecture:  Unknown/Multiple  |  
-+--
Changes (by cmcq):

  * status:  new => closed
  * resolution:  => duplicate

Comment:

 See #2812. Those Unicode examples work for me in 6.10.3.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2058: Ghci tab-completion cannot handle Unicode

2009-04-12 Thread GHC
#2058: Ghci tab-completion cannot handle Unicode
-+--
Reporter:  desegnis  |Owner: 
Type:  bug   |   Status:  new
Priority:  normal|Milestone:  6.12.1 
   Component:  GHCi  |  Version:  6.9
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  Linux  
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.10 branch => 6.12.1

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2058: Ghci tab-completion cannot handle Unicode

2008-11-28 Thread GHC
#2058: Ghci tab-completion cannot handle Unicode
-+--
Reporter:  desegnis  |Owner: 
Type:  bug   |   Status:  new
Priority:  normal|Milestone:  6.10 branch
   Component:  GHCi  |  Version:  6.9
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  Linux  
Architecture:  Unknown/Multiple  |  
-+--
Comment (by judah):

 This will be fixed once we implement #2812 (use haskeline in ghci).  The
 example repo mentioned in that ticket (ghci-haskeline) does not have this
 issue.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2058: Ghci tab-completion cannot handle Unicode

2008-02-15 Thread GHC
#2058: Ghci tab-completion cannot handle Unicode
--+-
 Reporter:  desegnis  |  Owner: 
 Type:  bug   | Status:  new
 Priority:  normal|  Milestone:  6.10 branch
Component:  GHCi  |Version:  6.9
 Severity:  normal| Resolution: 
 Keywords:| Difficulty:  Unknown
 Testcase:|   Architecture:  Unknown
   Os:  Linux |  
--+-
Changes (by igloo):

  * difficulty:  => Unknown
  * milestone:  => 6.10 branch

Comment:

 Thanks for the report!

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #2058: Ghci tab-completion cannot handle Unicode

2008-01-20 Thread GHC
#2058: Ghci tab-completion cannot handle Unicode
-+--
Reporter:  desegnis  |   Owner:
Type:  bug   |  Status:  new   
Priority:  normal|   Component:  GHCi  
 Version:  6.9   |Severity:  normal
Keywords:|Testcase:
Architecture:  Unknown   |  Os:  Linux 
-+--
 Ghci on *nix is capable of handling input Unicode identifiers encoded as
 UTF-8:

 {{{
 Prelude> let ŝaŭmmanĝaĵo = "hmmm..."
 Prelude> let identifier_α = ()
 Prelude> let test_π = 1
 Prelude> let test_ρ = 2
 Prelude> ŝaŭmmanĝaĵo
 "hmmm..."
 }}}

 However, there is no working tab completion for those identifiers:

 {{{
 Prelude> ŝa-- Nothing happens
 Prelude> identifier_� -- Tab-completed garbage
 Prelude> test_   -- Unreadable alternatives
 }}}

 Since code input is interpreted as UTF-8, tab-completion output should be
 converted to UTF-8, too.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs