When I run Rscript d:/s.R, it prompt:
invalid multibyte character in parser at line 1 Execution halted
the contens of s.R is:
paste("到达第","天",sep="")
and the encoding of s.R is UTF-8.
How to solve this issue?
Many thanks.
When I run Rscript d:/s.R, it prompt:
invalid multibyte character in parser at line 1 Execution halted
the contens of s.R is:
paste("到达第","天",sep="")
and the encoding of s.R is UTF-8.
How to solve this issue?
Many thanks.