• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html>
2<html>
3<head>
4<meta charset="big5"> <!-- test breaks if the server overrides this -->
5<title>Big5 encoding errors (form, pua)</title>
6<meta name="timeout" content="long">
7<meta name="variant" content="?1-1000">
8<meta name="variant" content="?1001-2000">
9<meta name="variant" content="?2001-3000">
10<meta name="variant" content="?3001-4000">
11<meta name="variant" content="?4001-5000">
12<meta name="variant" content="?5001-6000">
13<meta name="variant" content="?6001-last">
14<script src="/resources/testharness.js"></script>
15<script src="/resources/testharnessreport.js"></script>
16<script src="/common/subset-tests.js"></script>
17<script src="big5_index.js"></script>
18<script src="big5-encoder.js"></script>
19<link rel="author" title="Richard Ishida" href="mailto:ishida@w3.org">
20<link rel="help" href="https://encoding.spec.whatwg.org/#big5">
21<meta name="assert" content="The browser produces percent-escaped character references for a URL produced by a form when encoding private use area characters that are not in the big5 encoding.">
22<style>
23 iframe { display:none }
24 form { display:none }
25</style>
26</head>
27<body>
28<div id="log"></div>
29<script src="../../resources/ranges.js"></script>
30<script>
31var errors = true;
32var encoder = big5Encoder;
33var ranges = rangesPua;
34var separator = ",";
35function expect(result, codepoint) {
36  return  "%26%23" + codepoint + "%3B";
37}
38</script>
39<script src="../../resources/encode-form-common.js"></script>
40</body>
41</html>
42