We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc52b8e commit c4755d3Copy full SHA for c4755d3
html5lib/utils.py
@@ -19,7 +19,7 @@
19
# UTF-16 as its encoding of unicode strings, such as Jython. This is
20
# because UTF-16 itself is based on the use of such surrogates, and
21
# there is no mechanism to further escape such escapes.
22
-#
+#
23
# Otherwise we assume such support.
24
supports_lone_surrogates = platform.python_implementation() != "Jython"
25
0 commit comments