Dear list,
I am working with R to download numerous html source code from which the
data extracted will be further processed.
The problem is the Chinese character in the html source code are all
garbled and I can't really find a way to convert them to something readable.
This problem persists on ubuntu-10 and win-7, English environment. Not try
Operating system in Chinese yet.
I know literally nothing about encoding and a comprehensive search online
does not save me from this woe.

# the code
download.file("
https://www.google.com.hk/finance/company_news?q=SHA:601857&gl=cn&num=200
",destfile="tmp.txt")
test<-readLines("tmp.txt",encoding="UTF-8")

    #the garbled code in "tmp.txt" and "test" is like below
    #��&#22269;�۪o�ѵM�a�ѥ��������q�]�


Any help is highly appreciated.

yong

        [[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