C# helpProvider SetHelpString does not support unicode #4290
-
Hi, I am using help provider to show help for my control. I input the help string for helpProvider control. But this does not show the string properly. I have googled and find nothing possible. Anyone here know how to by pass this ? I have tried in this post but no success. https://docs.microsoft.com/en-us/dotnet/api/system.text.encoding?view=net-5.0 Thank you. Best Regards, P/S: My language is Vietnam, which is a unicode font. Here is my text when progamming: "Chúc mừng năm mới" Here is the text when shown: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I don't believe this is a roslyn issue. Maybe a Winforms one? |
Beta Was this translation helpful? Give feedback.
I don't believe this is a roslyn issue. Maybe a Winforms one?