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

Unicode characters show as question marks in method documentation hover window #4

Closed
jrieken opened this issue Jan 20, 2016 · 2 comments · Fixed by #726 · May be fixed by XirdigH/omnisharp-vscode#3
Closed

Unicode characters show as question marks in method documentation hover window #4

jrieken opened this issue Jan 20, 2016 · 2 comments · Fixed by #726 · May be fixed by XirdigH/omnisharp-vscode#3
Assignees
Milestone

Comments

@jrieken
Copy link
Contributor

jrieken commented Jan 20, 2016

From @ktos on November 23, 2015 11:23

I have a few methods which documentation contains Unicode (UTF-8) characters. When showing documentation by hovering over a method I get garbage question mark characters instead in this window.

Looks like (when hovering over Jednorożec's constructor):
2015-11-23

XML documentation for this method:
2015-11-23 1

All files are saved as UTF-8.

Copied from original issue: microsoft/vscode#488

@DustinCampbell
Copy link
Member

I wonder if this is an issue in omnisharp-roslyn. Perhaps the encoding is getting messed up somewhere here: https://github.com/OmniSharp/omnisharp-roslyn/blob/d3d8fa360cd70c7806ae52e0f318f5e76791abd0/src/OmniSharp.Roslyn.CSharp/Services/DocumentationConverter.cs

@DustinCampbell
Copy link
Member

I suspect OmniSharp/omnisharp-roslyn#598 will address this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment