Skip to content
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

Invalid UTF-8 byte sequence in jquery.easing.min.js #174

Open
ZirconCode opened this issue May 6, 2014 · 0 comments
Open

Invalid UTF-8 byte sequence in jquery.easing.min.js #174

ZirconCode opened this issue May 6, 2014 · 0 comments

Comments

@ZirconCode
Copy link

jquery.easing.min.js contained some invalid byte sequence. Re-saving the file in the proper encoding (UTF-8) fixed the issue. Since you are specifying this encoding in the demo/examples:

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />

This should really be fixed to comply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant