Skip to content

Commit 0a22982

Browse files
committed
Added link to CEF topic where the encoding bug was reported.
1 parent c713975 commit 0a22982

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cefpython/cef3/linux/binaries_64bit/wxpython-response.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ def _OnResourceResponse(self, browser, frame, request, requestStatus,
7272
# Non-english characters are not displaying correctly.
7373
# This is a bug in CEF. A quick fix is to get the charset
7474
# from response headers and insert <meta charset> into
75-
# the html page.
75+
# the html page.
76+
# Bug reported on the CEF C++ Forum:
77+
# http://www.magpcss.org/ceforum/viewtopic.php?p=18401#p18401
7678
if FIX_ENCODING_BUG:
7779
contentType = response.GetHeader("Content-Type")
7880
if contentType:

0 commit comments

Comments
 (0)