Hi all,
When i print Chinese characters as below, not show as expected. My sys.info is: Linux.
I tried to setlocal: Sys.setlocale(category = "LC_ALL", locale = "zh_CN.utf-8").
But did not work.
Code: print("你好")
Result: \344\275\240\345\245\275
thank you all.