Using special characters in Rstudio
问题 I am working with some special characters in Rstudio. It coverts them into plain letters. print("Safarzyńska2013") [1] "Safarzynska2013" x <- "Māori" x [1] "Maori" Is there any way to read in the exact original characters. Following info might be helpful: Rstudio default encoding is UTF-8 sessionInfo() R version 3.1.1 (2014-07-10) Platform: x86_64-w64-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 [3] LC_MONETARY=English_United