New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
String Encoding Error in Notebook output #8546
Comments
|
Note for testing: to get Korean output on an English copy of Windows, you'll need to activate a Korean locale and also request Korean message translations. This can be done with: |
|
You're right. I can reproduce that problem only when starting packages too. In my memory, all the error messages in Korean also showed the same problem before, but it doesn't not now except startup. I'll comment later when I get the same problem in other conditions. But can you inspect what causes that problem? Thank you! |
|
This is indeed an RStudio issue: we're not properly handling the encoding of R conditions. Will keep taking a look! |
|
Ok! Thank you! |
|
Fixed in Juliet Rose via #8565. |
|
@kevinushey Thank you for the fast fixing! |
Verified FixedVerified that package startup messages in Notebook and Console are now properly UTF-8 encoded. Tested with the Korean language. |

System details
Steps to reproduce the problem
To reproduce the problem, no need to get any data.
It occurs at any time when logging any character that is not the English alphabet.
For example, when running the below code for the first time, the result is as follows.
It's same in the console.
Describe the problem in detail
However, if I run the same code in the console for the first time(not again, after restarting the R), it prints without any error.
That is, I get an error ONLY when I interact in the Notebook console.
Below is my basic settings in the Notebook.
Describe the behavior you expected
I want to get correctly encoded messages in the Notebook console as same as in the console.
The text was updated successfully, but these errors were encountered: