paulmillr / es6-shim

ECMAScript 6 compatibility shims for legacy JS engines
http://paulmillr.com
MIT License
3.11k stars 387 forks source link

Remove special character and replace with regular apostrophe #401

Closed cr-nz closed 8 years ago

cr-nz commented 8 years ago

We have a build script which we are using but it doesn't accept special characters. I noticed it breaking on your project. The character was a apostrophe and it's just in a comment. I have replaced that with a regular one.

ljharb commented 8 years ago

This sounds like a flaw in your build script. Typographically correct apostrophes shouldn't cause problems, as the encoding of JS files should be assumed to be UTF-8 or UTF-16.