Replies: 1 comment
-
I don't know why, but when I installed R 4.2.2 it solved the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A similar question is here.
As shown below (left), some chinese texts with code block is not encoded in UTF-8 in quarto.
But is OK for r-markdown (right).
It's the same in VScode.
The following is my
.qmd
file.The warning messages is as follows:
If we just have some chinese texts without code block, then it is OK.
I try a chinese word
文
, then it becomes<96><87>
if we have a code block.Beta Was this translation helpful? Give feedback.
All reactions