TomFrost / Jexl

Javascript Expression Language: Powerful context-based expression parser and evaluator
MIT License
561 stars 92 forks source link

Latin 1 Supplement letter support for identifiers #68

Closed heharkon closed 4 years ago

heharkon commented 4 years ago

This change allows the identifiers to contain Latin 1 Supplement unicode block's lower part, namely the accented letters often used for example in Scandinavian countries. Doesn't contain control characters, symbols or punctuations.

TomFrost commented 4 years ago

This is fantastic, thanks and sorry for the late merge! I'll have this in the next release.