Skip to content
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

Contextual help on R documents does not show the head title lines in correct encodings as in documents contents #74

Open
Ellen-Gu opened this issue Jul 26, 2023 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster

Comments

@Ellen-Gu
Copy link

The contextual help works very good for python notebooks. For R documents the contextual help also works well, except those head lines, titles, and subtitles. It looks like those lines are in different encodings than the documents contents. The contextual help on those lines often have one extra char before each of the letters. Seems like utf16 encoding strings show in utf8 settings.

I also have jupyterhub running jupyterlab notebooks. The contextual help on those jupyterlab pages do not have this issue. The vscode is attached to the same R kernel on the same docker container which jupyterhub is running on. I think both of vscode and jupyterhub use the same R documents from the same source. So for vscode there may be more encoding aspects to be considered. Thanks your for
you help on this issue.

@DonJayamanne DonJayamanne self-assigned this Dec 7, 2023
@DonJayamanne
Copy link
Contributor

Thanks for filing thi sissue, sorry we never got back to you on this.
Please can you share some sample code and steps on how to repro this issue.
I.e. what code in R procuces this issue.

@DonJayamanne DonJayamanne added info-needed Issue requires more information from poster bug Issue identified by VS Code Team member as probable bug labels Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

2 participants