UTF-8 warning on content
call from print.response()
#327
Comments
|
1 similar comment
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with
httr v1.1.0
I now getNo encoding supplied: defaulting to UTF-8.
warning when aresponse
class printsyet the user can't set encoding for the internal use of
content()
inprint.response()
here https://github.com/hadley/httr/blob/f7593b7d5b3f9396469d1220dd4b38206fbb7d2e/R/response.r#L57 - should this havecontent(x, "text", encoding = "UTF-8")
instead? Or am i missing somethingThe text was updated successfully, but these errors were encountered: