encoding(encodedTexts)
# show detected value for each text, versus known encoding
data.frame(labelled = names(encodedTexts), detected = encoding(encodedTexts)$all)
encoding(ukimmigTexts)
encoding(inaugCorpus)
encoding(ie2010Corpus)
# Russian texts
mytextfile <- textfile("~/Dropbox/QUANTESS/corpora/pozhdata/*.txt", cache = FALSE)
encoding(mytextfile)
Run the code above in your browser using DataLab