R rstudio view encoding different than print -


when use non-standard letters, rstudio view function tends use different encoding print. if run following code see difference. i've tried setting possible encodings, view keeps displaying them wrongly. solutions?

x <- data.frame(test=c('a','b','c','d','é')) view(x) print(x) 

i upload image have more reputation.

this issue solved in newest version of rstudio (1.0.136).


Comments