BuggyOrg / lisgy

1 stars 1 forks source link

Support for UTF8 characters #10

Closed LittleHelicase closed 8 years ago

LittleHelicase commented 8 years ago

This does not work:

image

The error message indicates, that special characters are not allowed, but why? Also, the error marker is located at the wrong position.

leMaik commented 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:

fasib commented 8 years ago

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