search for: u597ddef

Displaying 4 results from an estimated 4 matches for "u597ddef".

2018 Mar 08
2
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
...e characters in the startup banner are missing 3. > Sys.getlocale() [1] "LC_COLLATE=Chinese (Simplified)_China.936;LC_CTYPE=Chinese (Simplified) _China.936;LC_MONETARY=Chinese (Simplified)_China.936;LC_NUMERIC=C;LC_ TIME=Chinese (Simplified)_China.936" 4. > print("ABC\u4f60\u597dDEF") [1] "ABCDEF" (Unicode code points for "???") 5. Use Microsoft Pinyin IME to type "???" into the console. An error message appeared: > invalid multibyte character in mbcs_get_next Then the program crashed. My debugger reported a heap corruption, displayed as...
2018 Apr 28
2
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
...Sorry for the delayed response. I have tested the problem on the latest R-devel build (2018-04-27 r74651), and it still exists. RGui is always fine with Chinese characters, but some IDEs rely on the CLI version of R (e.g. Visual Studio Code with R plugin). >Your example print("ABC\u4f60\u597dDEF") is printing two Chinese characters, right? Yes. U+4F60, U+597D or C4E3, BAC3 in CP936. >Could you reproduce the problem with printing just one of the characters, say print("ABC\u4f60DEF") ? Yes. The console output is pasted in [ https://paste.ubuntu.com/p/TYgZWhdgXK/ ] (to avoi...
2018 Apr 05
0
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
...t is going wrong, we may have to rely on your help to debug this (I do not have a system to reproduce on). A user-targeted advice would be to use RGui (Rgui.exe). Does the problem also exist in R-devel? https://cran.r-project.org/bin/windows/base/rdevel.html Your example? print("ABC\u4f60\u597dDEF") is printing two Chinese characters, right? The first one is C4E3 in CP936 (4F60 in Unicode) and the second one is BAC3 in CP936 (597D in Unicode)? Could you reproduce the problem with printing just one of the characters, say print("ABC\u4f60DEF") ? As a sanity check - does thi...
2018 May 04
0
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
...or the delayed response. I have tested the problem on the latest R-devel build (2018-04-27 r74651), and it still exists. RGui is always fine with Chinese characters, but some IDEs rely on the CLI version of R (e.g. Visual Studio Code with R plugin). > >> Your example print("ABC\u4f60\u597dDEF") is printing two Chinese characters, right? > Yes. U+4F60, U+597D or C4E3, BAC3 in CP936. > >> Could you reproduce the problem with printing just one of the characters, say print("ABC\u4f60DEF") ? > Yes. The console output is pasted in [ https://paste.ubuntu.com/p/TYg...