File: unicode3.html

package info (click to toggle)
python3-openid 3.0.2%2Bgit20140828-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,672 kB
  • ctags: 2,679
  • sloc: python: 17,137; xml: 234; sh: 15; makefile: 4
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>