We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c713975 commit 0a22982Copy full SHA for 0a22982
1 file changed
cefpython/cef3/linux/binaries_64bit/wxpython-response.py
@@ -72,7 +72,9 @@ def _OnResourceResponse(self, browser, frame, request, requestStatus,
72
# Non-english characters are not displaying correctly.
73
# This is a bug in CEF. A quick fix is to get the charset
74
# from response headers and insert <meta charset> into
75
- # the html page.
+ # the html page.
76
+ # Bug reported on the CEF C++ Forum:
77
+ # http://www.magpcss.org/ceforum/viewtopic.php?p=18401#p18401
78
if FIX_ENCODING_BUG:
79
contentType = response.GetHeader("Content-Type")
80
if contentType:
0 commit comments