-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mongolian vowel separator causing exceptions. #495
Comments
That character is part of an "isWhitespace" check in the polymer-expressions library: https://github.com/Polymer/polymer-expressions/blob/master/third_party/esprima/esprima.js#L118 |
Can this error be fixed? |
I think we can work around it by using the "ascii_only" compression option with uglify. As a side note, I would recommend you set your server or pages to use UTF-8 encoding to avoid problems like this in the future. |
Fixed with googlearchive/polymer-dev@08a5ba2 Next release (probably today) will have a unicode escaped build. |
Not sure why or how this necessary.
polymer.js
includes a Mongolian vowel separator, causing the following error:
http://www.fileformat.info/info/unicode/char/180e/index.htm
The text was updated successfully, but these errors were encountered: