Encoding not specified with xml_text · Issue #36 · r-lib/xml2

Hi, I have some issue with encoding and xml_text. Let me try to describe. Let's import an UTF-8 file: content <- read_html("my_file.html", encoding = "UTF-8") Let's get the text from it: text <- xm...