Open ThierryGoubier opened 7 years ago
When we limit (by default) characters to the 0-255 range, then a regular expression containing characters above 255 (Unicode instances) will see those characters silently disappear. So:
<arrow> : -> | → ;
will silently become:
<arrow> : -> ;
The → character alternative will disappear
Fix will be temporary: Unicode support has to be reimplemented anyway.
When we limit (by default) characters to the 0-255 range, then a regular expression containing characters above 255 (Unicode instances) will see those characters silently disappear. So:
will silently become:
The → character alternative will disappear