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

Treat source files as UTF-8 to avoid encoding errors #103

Merged
merged 1 commit into from
Jan 27, 2012
Merged

Treat source files as UTF-8 to avoid encoding errors #103

merged 1 commit into from
Jan 27, 2012

Commits on Jan 12, 2012

  1. Treat source files as UTF-8 to avoid encoding errors.

    Avoid errors like this:
    gems/simplecov-0.5.4/lib/simplecov/source_file.rb:158:in `block in process_skipped_lines!': invalid byte sequence in US-ASCII (ArgumentError)
    
    A fixture file is included which contains a degree symbol. The line containing the symbol currently causes the above exception.
    joeyates committed Jan 12, 2012
    Configuration menu
    Copy the full SHA
    141f7b4 View commit details
    Browse the repository at this point in the history