In Rascal, how can I match a non breaking space in a syntax definition? I found some of them in code I am trying to analyze and would like to recognize it as layout.
However, just pasting the character into the Rascal file is not working (with or without escaping by prefixing with a backslash), nor are "\uc2a0" "\uC2A0", while "c2a0" really is the way the character is coded in the file I am reading (according to the Hex Viewer plugin for Sublime Text 3, that is).