Created
February 13, 2012 11:56
-
-
Save aalin/1816302 to your computer and use it in GitHub Desktop.
headache when installing capybara-webkit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # changed line 19 of rubygems/ext/builder.rb from: | |
| mf = File.read('Makefile') | |
| # into | |
| mf = File.read('Makefile', :encoding => 'iso-8859-15').encode('utf-8') | |
| # Problem was that qmake generated a Makefile that included a latin 1 "å" in the date because of swedish locales... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment