<div dir="ltr">Hi Nio,<br><div class="gmail_extra"><br><div class="gmail_quote">On 27 July 2016 at 21:39, Nio Wiklund <span dir="ltr"><<a href="mailto:nio.wiklund@gmail.com" target="_blank">nio.wiklund@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Thanks for this test report Ian,<br></blockquote><div>No problem. <br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Please add and submit it as a test result at the qa testing tracker too :-) It helps our release manager and also other testers to identify what is tested, and what stills needs to be tested.<br>
<br>
The report at the testing tracker can be very brief.<br></blockquote>I believe it is some kind of keyboard handling bug. Not sure as I am not familiar with the subsystems involved.<br><br></div><div class="gmail_quote">Simply go into emacs/some editor on a system and type this into a file called hello.txt<br></div><div class="gmail_quote">"Hello World"<br><br><br></div><div class="gmail_quote">On my Lenovo T420 laptop (which is working OK), running Ubuntu 16.04 LTS, this happens:-<br><br>$ cat hello.txt <br>"Hello World"<br><br>$ od -A x -t x1z -v hello.txt <br>000000 22 48 65 6c 6c 6f 20 57 6f 72 6c 64 22 0a >"Hello World".<<br>00000e<br><br></div><div class="gmail_quote">The first character, 0x22, is the ASCII character for double quotes. So far, so good. <br></div><div class="gmail_quote"><br><br></div><div class="gmail_quote">I did the same as above, but on the 32-bit Netbook.<br><br></div><div class="gmail_quote">First thing I did was create the "Hello World" text file on the Netbook and I got this:-<br>¨Hello World¨<br><br></div><div class="gmail_quote">Then I did a hexdump of that file (using the od command as before) and got this:-<br>ian@hawking:~$ cat hello.txt <br>¨Hello World¨<br><br>ian@hawking:~$ od -A x -t x1z -v hello.txt <br>000000 c2 a8 48 65 6c 6c 6f 20 57 6f 72 6c 64 c2 a8 0a >..Hello World...<<br><br></div><div class="gmail_quote">It appears that the 32-bit test system is putting two characters - 0xc2 and 0xa8 where it should be putting one - 0x22<br></div><div class="gmail_quote"><br></div><br></div><div class="gmail_extra">BW,<br><br><br></div><div class="gmail_extra">Ian<br><br></div><div class="gmail_extra">-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div>-- ACCU - Professionalism in programming - <a href="http://www.accu.org" target="_blank">http://www.accu.org</a><br></div>-- My writing - <a href="https://sites.google.com/site/ianbruntlett/" target="_blank">https://sites.google.com/site/ianbruntlett/</a><br><div>-- Free Software page - <a href="https://sites.google.com/site/ianbruntlett/home/free-software" target="_blank">https://sites.google.com/site/ianbruntlett/home/free-software</a><br></div><br> </div></div></div></div></div></div></div>
</div></div>