Displaying 1 result from an estimated 1 matches for "372vida".
2010 Jun 11
2
R in Linux: problem with special characters
...grDevices utils datasets methods base
When I try to print words with special characters the result is that the expression printed has some kind of code substituting the special character. For example, if I run print(“dúvida”) the result is:
> print("dúvida")
[1] "d\372vida"
This as problem has something to do with the locale settings? If I run the locale command in the Linux server, I get:
[daniel.fernandes@pt-lnx13 ~]$ locale
LANG=pt_PT.UTF-8
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C&q...