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

Preview fails with user account path with international character #144

Closed
sondreb opened this issue Feb 14, 2017 · 2 comments
Closed

Preview fails with user account path with international character #144

sondreb opened this issue Feb 14, 2017 · 2 comments
Assignees
Labels

Comments

@sondreb
Copy link

sondreb commented Feb 14, 2017

image

@RickStrahl RickStrahl added the bug label Feb 15, 2017
@RickStrahl
Copy link
Owner

In this case what's the actual path name? It looks like the path is UTF-8 encoded?

Not quite sure where the UTF-8 encoding comes from.

@RickStrahl RickStrahl self-assigned this Feb 15, 2017
@RickStrahl
Copy link
Owner

Apparently the WebBrowser control doesn't like strings and standard encoding doesn't work (due to some sort of double encoding bug).

But using Uri's appears to do the trick.

Fix here:
4f0555d

Can you check this in the next update post 1.1.28.

Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants