Reputation: 33
I import my database.csv file with data <- read.csv("database.csv, sep = ";", header = TRUE, encoding = "utf-8")
But when I display my data, all the accents are replace by \303\251.
I did file -I database.csv
in my terminal to check the encoding and it's utf-8
Upvotes: 2
Views: 3087