Bug 407860

Summary: Letter " " (space) differs when written with english keyboard leyout and czech keyboard layout. The english one is probably wrong.
Product: [openSUSE] openSUSE 11.0 Reporter: Petr Smid <petr.smid>
Component: BasesystemAssignee: E-mail List <bnc-team-screening>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P5 - None CC: petr.smid, sndirsch
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: openSUSE 11.0   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Petr Smid 2008-07-10 08:04:09 UTC
When I write letter " " (space) with czech keyboard layout, everything is correct.
When I switch into english keyboard layout, the letter " " is written correctly on
screen, but probably has wrong ascii number.

How to reproduce:

1) Open e.g. kate text editor and create file a.txt and b.txt.
2) Write one space (written with spacebar on keyboard) with czech keyboard into file a.txt and save it.
3) Write one space with english keyboard into file b.txt and save it.
4) run cmp a.txt b.txt and you will see they are different.

Another method how to reproduce:

1) Open xterm
2) Write echo Hello with czech keyboard. You will get Hello.
3) Write echo Hello with english keyboard. You will get 
bash: echo Ahoj: command not found
Comment 1 Petr Smid 2008-07-10 08:06:38 UTC
sorry for mistake:
...
3) Write echo Hello with english keyboard. You will get 
bash: echo Hello: command not found
Comment 2 Stefan Dirsch 2008-07-10 13:20:23 UTC
This is the famous non-breakable space bug.

*** This bug has been marked as a duplicate of bug 369263 ***