Displaying 1 result from an estimated 1 matches for "functionnotexist".
2013 Apr 26
0
Input Chinese characters not correctly echoed in ESS
I had this weird encoding issue for my Emacs and R environment. Display of
Chinese characters are all good with my .Rprofile setting
Sys.setlocale("LC_ALL","zh_CN.utf-8"); except the echo of input ones.
> linkTexts[5]
font
"使用帮助"
> functionNotExist()
错误: 没有"functionNotExist"这个函数
> fire <- "你好"
> fire
[1] " "
As we can see, Chinese characters contained in the vector linkTexts,
Chinese error messages, and input Chinese characters all can be perfectly
shown, yet the echo of input character...