My system: win7 ultimate 64 english version + r-3.1(64) .
Here is my sessionInfo.
> sessionInfo()
R version 3.1.0 (2014-04-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=English_United States.1252  LC_CTYPE=English_United States.1252     
LC_MONETARY=English_United States.1252 LC_NUMERIC=C      
LC_TIME=English_United States.1252    
attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     
1.can't input chinese character into r console
When I input a chinese character in r console, it turns to garbled character .
 

2.can't display  chinese character  on the r console
When I read data in r console, the chinese character turns into a garbled character .
You can download the data, and test it with 
read.table("r1.csv",sep=",")

Please see the graph to download the data if you don't know how to get the data from my web.

How can I setup my pc to properly display and input chinese characters in r console? I have updated the chinese language pack ,and enabled it,but problem remains still.
 
     
    