Ticket #2302 (closed bug: fixed)
error messages mangle unicode characters
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.10 branch |
| Component: | Compiler | Version: | 6.8.2 |
| Keywords: | Cc: | ||
| Operating System: | Linux | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
ghc/ghci understand source code written in UTF-8. However, an error message that contains such characters will turn them into gibberish. This is especially annoying in ghci:
*> ä <interactive>:1:0: Not in scope: `�' *> Ȫ <interactive>:1:0: Not in scope: data constructor `*'
Change History
Note: See
TracTickets for help on using
tickets.
