I have been chasing this issue for all day long.
I downloaded exercise materials for a text book via: http://www.crup.com.cn/UploadFiles/jxkj/gsgl/243184/统计学基于R第二版例题和习题数据.rar
However, these RData work well in R & Rstudio in win10, while cannot show chinese characters in Mac
Rstudio in win10:
Rstudio in Mac
Chinese characters crash
R console in Mac
Chinese characters crash
I have searched lots of the solutions on the websites, most of which are about how to fix the problem on importing ".csv" doc. But my question is about how to load RData into R without chinese characters crashing.
Some answers mentioned that we should switch the "default text encoding" in "Global options" of Rstudio into "UTF-8", but I have checked Rstudio in Mac and Win10, and they both are in "UTF-8" mode.
Therefore I really don't know what's the real problem is.