Files
2025-12-04 14:02:23 +00:00

9 lines
167 B
HTML

<html>
<body>
<p>Reports characters in byte literals that are outside ASCII range.</p>
<p><b>Example:</b></p>
<pre><code>
s = b'&#8470;5'
</code></pre>
</body>
</html>