Hi all,

I am planning to parse some information on a website which includes lots of 
Chinese characters. Does someone know how to read/display Chinese in R? Thanks.


url = "http://www.teec.org.cn/html/renwujieshao/";
x = readLines(url)

I tried encoding = 'UTF-8' already but it didn't help.

My R version is
$platform
[1] "i386-pc-mingw32"

$arch
[1] "i386"

$os
[1] "mingw32"

$system
[1] "i386, mingw32"

$status
[1] ""

$major
[1] "2"

$minor
[1] "15.0"


HXD

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
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.

Reply via email to