Narrow no-break space after certain characters #392

Closed
opened 2014-09-04 06:25:55 +02:00 by linus.luessing · 3 comments

Somebody seems to have been so clever to turn the common space into a narrow no-break space (UTF8: 0xe280af, U+202F) after certain character combinations, for instance: "a && b" is turned into "61 20 26 26 E2 80 AF 62 0A" (hex) while it should be "61 20 26 26 20 62 0A". Same for "a + b".

This is utterly annoying when trying to write and compile code for instance, gcc does not like the narrow no-break space at all...

The issue is gone when setting the keyboard language to English or the classic German layout. The issue appears both on the command line with various terminals (tried: lxterm, gnome-terminal with bash/zsh) and graphical UIs like gedit.

Device: Odroid U3 (ARM)
Keyboard: Motorola Lapdock (USB)
OS: Ubuntu 14.04

Somebody seems to have been so clever to turn the common space into a narrow no-break space (UTF8: 0xe280af, U+202F) after certain character combinations, for instance: "a && b" is turned into "61 20 26 26 E2 80 AF 62 0A" (hex) while it should be "61 20 26 26 20 62 0A". Same for "a + b". This is utterly annoying when trying to write and compile code for instance, gcc does not like the narrow no-break space at all... The issue is gone when setting the keyboard language to English or the classic German layout. The issue appears both on the command line with various terminals (tried: lxterm, gnome-terminal with bash/zsh) and graphical UIs like gedit. Device: Odroid U3 (ARM) Keyboard: Motorola Lapdock (USB) OS: Ubuntu 14.04
linus.luessing added the
Bug
Treiber/Linux/xkbmap
labels 2014-09-04 06:25:55 +02:00

I cannot confirm this bug. can anyone else reproduce it?

I cannot confirm this bug. can anyone else reproduce it?

Isn't this rather a case of too slow release of <Mod3> before you hit <Space>? This is at least what frequently happens to me: I Type something like <space> <mod3>-<t><space> in order to write - but I don't get space hyphen space but space hyphen narrow now-break space

Isn't this rather a case of too slow release of \<Mod3\> before you hit \<Space\>? This is at least what frequently happens to me: I Type something like \<space\> \<mod3\>-\<t\>\<space\> in order to write ` - ` but I don't get `space hyphen space` but `space hyphen narrow now-break space`
anonymous added the
Worksforme
label 2014-12-12 20:33:37 +01:00

So it seems to be no bug at all.

So it seems to be no bug at all.
Sign in to join this conversation.
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: neo/neo-layout#392
No description provided.