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

WP8.1 - ShowFeedDialog Cyrillic #88

Open
DimitarHPopov opened this issue Aug 5, 2015 · 1 comment
Open

WP8.1 - ShowFeedDialog Cyrillic #88

DimitarHPopov opened this issue Aug 5, 2015 · 1 comment

Comments

@DimitarHPopov
Copy link

When i try to share some link on facebook with cyrillic symbols for linkName and linkDescription using Session.ShowFeedDialog, i get " ???? " symbols instead of text.

@DimitarHPopov
Copy link
Author

Just in case if someone get into my case there i found a solution and it is to put cyrillic parameter like this System.Net.WebUtility.UrlEncode(cyrillicText) for parameters:
Session.ShowFeedDialog(
"",
"http://yourUrl.com",
System.Net.WebUtility.UrlEncode(yourCyrillicText),
"",
System.Net.WebUtility.UrlEncode(yourCyrillicText),
"");

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

No branches or pull requests

1 participant