Home > Net >  How to ADD encoding in RSTUDIO
How to ADD encoding in RSTUDIO

Time:12-23

I've installed RSTUDIO on the another machine with another Windows version and cannot see encoding which I used on the previous computer (CP1251). When opening "Reopen with encoding" I don't see CP1251. How can I add it to R or Windows maybe? enter image description here

CodePudding user response:

On the Tools > Global Options... > Code > Saving tab check Show all encodings

enter image description here

And they will all show up. OK and that's it.

enter image description here

  • Related