Bug 205324 - Display corruption - wrong characters displayed
Summary: Display corruption - wrong characters displayed
Status: RESOLVED WORKSFORME
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-27 12:42 UTC by Robin Green
Modified: 2011-06-15 17:55 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
File I opened in yi which triggered this bug (1.82 KB, text/plain)
2009-08-27 12:43 UTC, Robin Green
Details
record of terminal output made by the script utility (11.94 KB, application/octet-stream)
2009-08-27 12:44 UTC, Robin Green
Details
Timing information, ESSENTIAL for reproducing this bug when using scriptreplay (77 bytes, application/octet-stream)
2009-08-27 12:45 UTC, Robin Green
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Green 2009-08-27 12:42:31 UTC
Version:            (using KDE 4.3.0)
OS:                Linux
Installed from:    Fedora RPMs

When I open a certain file in a text editor called yi, running in konsole, the
file displays incorrectly at a particular point ("��" instead of "∷" - I hope
these characters don't get mangled by Bugzilla!)

As installing Haskell packages is non-trivial unless you already
happen to have the cabal tool installed, I captured exactly what yi sends to
konsole using the "script" utility, so that the bug can be reproduced without
needing to install yi.

Steps to Reproduce:
To actually reproduce the bug with yi, download the attached file
Exif-borked.hs and type "yi Exif-borked.hs" in a konsole.
Or, to get the exact same result without needing to install yi
1. download *both* typescript and typescript.timing, which will be attached to
this bug report
2. type "scriptreplay typescript.timing" in a konsole.

Actual results:
On one particular line you get:
fromFile ��  FilePath →  IO Exif

Expected results:
fromFile ∷  FilePath →  IO Exif

Additional info:
If scriptreplay fails to reproduce this bug, try adjusting the speed of
playback with:
scriptreplay typescript.timing typescript FACTOR
where FACTOR is a floating-point speed multiplier (see the scriptreplay man
page).
Comment 1 Robin Green 2009-08-27 12:43:48 UTC
Created attachment 36488 [details]
File I opened in yi which triggered this bug
Comment 2 Robin Green 2009-08-27 12:44:59 UTC
Created attachment 36489 [details]
record of terminal output made by the script utility
Comment 3 Robin Green 2009-08-27 12:45:56 UTC
Created attachment 36490 [details]
Timing information, ESSENTIAL for reproducing this bug when using scriptreplay
Comment 4 Robin Green 2011-06-15 17:55:49 UTC
Can't reproduce with latest yi and latest konsole.