“unexpected INCOMPLETE_STRING” error when printing Chinese word

不羁岁月 提交于 2019-12-29 08:51:06

问题


I tried to run a simple command in R, as a script, like this one

print("寛")

And R gives me an error like this:

Error in source(con, echo = echo, print.eval = print.eval, max.deparse.length = max.deparse.length, : con:2:7: unexpected INCOMPLETE_STRING

I guess this is some kind of encoding issue, and that Chinese word is exactly what I need to use in R. What can I do?

来源:https://stackoverflow.com/questions/8889262/unexpected-incomplete-string-error-when-printing-chinese-word

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!