• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html>
2<html lang="en-GB">
3<head>
4<meta charset="utf-8"/>
5<title>ksc_5601 decoding</title>
6<meta name="timeout" content="long">
7<script src="/resources/testharness.js"></script>
8<script src="/resources/testharnessreport.js"></script>
9<script src="/common/subset-tests.js"></script>
10<link rel="author" title="Richard Ishida" href="mailto:ishida@w3.org">
11<link rel="help" href="https://encoding.spec.whatwg.org/#names-and-labels">
12<meta name="assert" content="The browser produces the same decoding behavior for a document labeled 'ksc_5601' as for a document labeled 'euc-kr'.">
13<style>
14 iframe { display:none }
15</style>
16<script src="euckr_index.js"></script>
17<script src="euckr-decoder.js"></script>
18<script src="../../resources/decode-common.js"></script>
19</head>
20
21<body onload="showNodes(euckrDecoder);">
22
23<iframe src="euckr_chars-ksc_5601.html" name="scriptWindow" id="scrwin"></iframe>
24
25<div id="log"></div>
26
27</body>
28</html>
29