uniform-team / Uniform-Validation-Language

A logic language to simplify and improve online form validation.
Apache License 2.0
1 stars 0 forks source link

Unicode Character Support #60

Open dgp1130 opened 7 years ago

dgp1130 commented 7 years ago

We will want to allow support for Unicode characters in strings as well as the /u flag for regular expressions that some versions of JavaScript support. Unicode in JS is a little spotty atm, so we'll have to check browser compatibility before we can really do anything with this.