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

vendor/assets/javascripts/highcharts.js has a invalid UTF-8 byte sequence #85

Closed
yongqianme opened this issue Nov 20, 2012 · 3 comments
Closed
Labels

Comments

@yongqianme
Copy link

Ruby 1.9.3-p125 with rails 3.2.7

after finsih bundle install, and add highcart js to app/assets/javascripts/application.js //= require highcharts

test and with this error:

vendor/assets/javascripts/highcharts.js has a invalid UTF-8 byte sequence

@xiaods
Copy link
Collaborator

xiaods commented Nov 20, 2012

https://gist.github.com/1301199/a19adcb7687f2adfc927c9e8da3d716960833797

Check asset encoding for valid UTF-8

@yongqianme
Copy link
Author

After do that rake assets:check, got the invalid encoding:

Invalid encoding: /vendor/assets/javascripts/highcharts.js

@xiaods
Copy link
Collaborator

xiaods commented Nov 21, 2012

@brucebot sign,this is reproduce bug.i will update asap.

xiaods pushed a commit to xiaods/lazy_high_charts that referenced this issue Nov 21, 2012
@xiaods xiaods closed this as completed Nov 21, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants