��� Which is extremely annoying when writing blocks with arguments on a norwegian OSX keyboard.
| is Alt - 7, when I don���t release the Alt key before the following space, and a NBSP is inserted instead of a space character, which breaks both the parser and syntax highlighting.
When doit���ing, you get the syntax error:
[ :a | ��Unknown character ->a ] (notice also the off-by-one indicator, it���s not the a, but the preceding space which is unknown).
Would it be better if NBSP were treated equally to a normal space by the parser, or is there some keyboard binding I can revert?