How to force utf-8 encoding on WebView2? #3981
Unanswered
HTprogrammer
asked this question in
Q&A
Replies: 1 comment
-
If the error message is displayed by WebView as un-readable Japanese, it suggests that there are some OS level settings causing the WebView code to think that the default encoding is JIS and using that encoding, when there is no |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using webVew2 with C# VS2022 environment.
On accessing url, server responses error message in Japanese encoded utf-8.
But WebView2 automatically treats as Shit-JIS. On the sceen of WebView2, un-readable Japanese characters are shown.
I would like to correct this, to force utf-8 encoding on WebView2. Is it possible?
Below are my environment
WebView2: 1.0.1340
Windows Pro 21H2
Visual Studio 2022 C#
Beta Was this translation helpful? Give feedback.
All reactions