Closed LittleHelicase closed 8 years ago
Title should be changed to "Support for totally normal and easy-to-type characters everyone uses on a daily basis is missing". :wink:
Currently jsedn uses the following regex for symbols:
/[0-9A-Za-z.*+!\-_?$%&=<>\/:#/]+/
https://github.com/BuggyOrg/jsedn/blob/master/src/atoms.coffee#L44
So I think we should add something like \u0080-\u9fff
This does not work:
The error message indicates, that special characters are not allowed, but why? Also, the error marker is located at the wrong position.