vscode-R icon indicating copy to clipboard operation
vscode-R copied to clipboard

Table viewer cannot render correctly non ASCII characters in Windows

Open phineas-pta opened this issue 2 years ago • 0 comments

Describe the bug (as the title)

To Reproduce Steps to reproduce the behavior:

testoo <- data.frame(x = 1, y = "é科比")
View(testoo)

expected result (in RStudio) : image

observed rendering : image

Do you want to fix by self? (We hope your help!)

No

Environment (please complete the following information):

  • OS: Windows
  • VSCode Version: 1.65.2
  • R Version: 4.1.2
  • vscode-R version: 2.4.0

Additional message Thank you for this great extension

phineas-pta avatar Mar 11 '22 13:03 phineas-pta