Support multibyte encodings (e.g. UTF-16LE) · Issue #306 · tidyverse/readr

Hi, I am trying to read in a file with UTF-16LE encoding which can be done with base package codes df <- read.delim(file1, stringsAsFactors = FALSE, fileEncoding = 'UTF-16LE') but when I try to use...