[haskeline] #61: Ignored unencodeable characters mess up the terminal.
haskeline
haskeline at projects.haskell.org
Sun Feb 8 19:56:42 EST 2009
#61: Ignored unencodeable characters mess up the terminal.
-------------------+--------------------------------------------------------
Reporter: judah | Owner:
Type: defect | Status: new
Priority: minor | Milestone: 0.6.*
Version: | Resolution:
Keywords: |
-------------------+--------------------------------------------------------
Comment (by judah):
The various encodings I've checked (UTF-8, EUC, KOI8, etc.) all encode '?'
as the single byte `0x3f`. So the above solution is fine (and is a
desireable feature on its own).
Remember to update the Unicode wiki page to say that we only support
encodings which use a single byte for both '\n' and '?'.
--
Ticket URL: <http://trac.haskell.org/haskeline/ticket/61#comment:3>
haskeline <http://example.org/>
My example project
More information about the Haskeline
mailing list