R语言输入汉语的问题

R语言可以输入汉语吗?

> print("hello")
[1] "hello"
> print("你好")
[1] "\u4f60\u597d"

可以, 请看: https://blog.csdn.net/xmuecor/article/details/78316497

你的R版本是4.0.4吗,换一个其他版本的试一试