[Bug 501601] Re: Bash in gnome-terminal shows control characters as unsupported-unicode squares

2010-01-10 Thread Quintin Beukes
An easy way to reproduce this is to just do: printf "\003\n\x1A\n" This shows than when receiving these characters, gnome-terminal tries to print them, instead of ignoring them. When doing: printf "##\003##\n", gnome-terminal (and thus also terminator), will print 2 hash characters, then the unic

[Bug 501601] Re: Bash in gnome-terminal shows control characters as unsupported-unicode squares

2010-01-10 Thread Quintin Beukes
Can be reproduced with: gnome-terminal: YES terminator: YES xterm: NO tty[1-6]: NO I attached another screenshot showing a ctrl+c in "/bin/cat" for gnome- terminal, terminator and xterm. ** Attachment added: "bug.png" http://launchpadlibrarian.net/37683512/bug.png -- Bash in gnome-terminal s

[Bug 501601] Re: Bash in gnome-terminal shows control characters as unsupported-unicode squares

2009-12-30 Thread Quintin Beukes
** Attachment added: "Visualization of problem." http://launchpadlibrarian.net/37286236/ctrlchar.png ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/37286238/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/37286239/ProcMaps.txt *

[Bug 501601] [NEW] Bash in gnome-terminal shows control characters as unsupported-unicode squares

2009-12-30 Thread Quintin Beukes
Public bug reported: Binary package hint: gnome-terminal When I upgraded to Karmic (clean install) I noticed bash echoes control characters using the hat notation (ex. ctrl+c shows as ^C). stty reported echoctl being set, so I tried to unset it. This helped, and pressing ctrl+c at a prompt cancel

[Bug 394724] Re: Mod operation calculates wrong results!

2009-07-24 Thread Quintin Beukes
Related to this bug is also that you can't do mod's for 2^714 or less, but you can do for 2^715 and up. Also, they seem to work for 715 upwards, giving answers like 0, 1, 2, 3 and numbers which might seem right, but aren't, because in those are hidden numbers like for "2 ^ 730 Mod 3" which gives "1