Skip to content

Japanese characters corruption #66

@ShortArrow

Description

@ShortArrow
  • VSCode Version:1.2.2
  • VSCode-R Version:
  • OS Version: Windows 10 Pro 1709 16299.371

Steps to Reproduce:

  1. In terminal(R interactive) run print method
print("こんにちは")
  1. result
[1] "アノソヘ"

(If related)setting.json

// R.exe path for windows
"r.rterm.windows": "C:\\Program Files\\R\\R-3.4.4\\bin\\x64\\R.exe",

// R command line options (i.e: --vanilla)
"r.rterm.option": [],

// An optional encoding to pass to R when executing the file, i.e. 'source(FILE, encoding=ENCODING)'
"r.source.encoding": "UTF-8",

// Keeping focus when running
"r.source.focus": "editor",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions