Re: [R] About Read in .csv Files with Chinese Characters

2015-02-19 Thread JS Huang
Hi Nicholas,

  I am not sure how much the following link can help but at least it is
related to your question.

http://r.789695.n4.nabble.com/Reading-Chinese-Language-GB2312-Input-td4647581.html

  Good luck!

JS



--
View this message in context: 
http://r.789695.n4.nabble.com/About-Read-in-csv-Files-with-Chinese-Characters-tp4703514p4703538.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] About Read in .csv Files with Chinese Characters

2015-02-19 Thread JS Huang
Hi,

  I tried your file in my Windows7 pc.  It worked fine except the display of
the variable name.  

R version 3.1.2 (2014-10-31) -- Pumpkin Helmet
Copyright (C) 2014 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

 Hello - read.csv(Hello.csv);Hello
   gender brand  Ãû.Ö
1   m 1   Tom
2   f 2 David
3   f 2 Smith
4   fNA  Nich
5   f 3  Dick
6   m 1 Shimm
7   m 1   Sam
8   f 4 Sandy
9   m 2 Elvin
10  f 3 Arlin



--
View this message in context: 
http://r.789695.n4.nabble.com/About-Read-in-csv-Files-with-Chinese-Characters-tp4703514p4703518.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.