Invalid Byte Sequence in UTF-8 #48
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I also had some trouble bundling, but that issue is gone now. If it pops up I'll submit another ticket. Thanks for taking a look!
The offending line:
That should hopefully fix it. It strips out bad UTF-8 via Iconv (http://po-ru.com/diary/fixing-invalid-utf-8-in-ruby-revisited/) so you may get weird backtrace results if you use UTF-8 in your spec descriptions, but, more importantly, the tests should actually run. :)
Cool, thank you!