File: unicode3.html

package info (click to toggle)
python3-openid 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,668 kB
  • sloc: python: 17,486; xml: 234; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 623 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
      <meta http-equiv="X-XRDS-Location" content="http://someuser.unittest/xrds" />
      <title param=" &raquo;">Title with param which raises UnicodeError</title>
  </head>
  <body>
      <p>
         weird sign  to prevent successful decoding
      </p>
      <p>
          This page can not be properly decoded so its content will be passed to HTML parser
          encoded but service will be found because x-xrds-location is found on time
      </p>
  </body>
</html>