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.
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.