-
Notifications
You must be signed in to change notification settings - Fork 120
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
Encoding::UndefinedConversionError #92
Comments
Yes, it looks like your hostname is indeed invalidly encoded? |
Yep, this is definitely a "think different" stuff, and I have changed it, but I still think the formatter should not fail in such cases. |
Ran into this issue today but with a different character
|
Okay I discovered the issue -- we had test failure that spit out the following.
The string seems to be recognized as ASCII-8BIT when it is actually UTF8? I don't think I fully understand how encodings work but why does Ruby think the encoding here is ASCII-8BIT? |
My test suite fails with error when trying to encode hostname:
The text was updated successfully, but these errors were encountered: