-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incompatible encodings error in RKellyAdapter.
Convert latin1 escape sequences into UTF-8. By default they resulted in ASCII-8BIT (binary) encoding, which wasn't compatible with UTF-8, resulting in error. Added wrapper encoding method to cope with Ruby 1.8 which has no builtin encodings support. The tests file is now also a pure ASCII file, so no funky encoding-stuff happens there. Fixes #491
- Loading branch information
Showing
2 changed files
with
34 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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