Closed kytrinyx closed 11 years ago
Uuuuugh. So now it's doing it the reverse way?
I am now seeing this too. wtf heroku.
/path/to/curriculum/plugins/backtick_code_block.rb:14
This method is honestly some of the scariest code I've ever seen. I'm surprised it took this long to become a big pain in the ass.
Yeah. It's standard Octopress stuff, so.....
Removing the force_encoding to 'ASCII-8BIT' brings the ability back to rake preview
and rake generate
. All the post content that is currently being processed is UTF-8.
http://stackoverflow.com/questions/4867883/convert-non-ascii-chars-from-ascii-8bit-to-utf-8
I guess I am not sure about Issue #328.
Right, then it fails to compile on heroku.
I'm feeling what some refer to as the 'rub'
Yes. :/
Well for a hack I could add an environment variable that is only set on HEROKU which would perform the forced encoding.
I'm now able to rake generate
locally, and rake ship
.
(Presumably @burtlo added the environment variable on Heroku).
I now get the following error: