11cb0ef41Sopenharmony_ci<!DOCTYPE html> 21cb0ef41Sopenharmony_ci<html lang="en-GB"> 31cb0ef41Sopenharmony_ci<head> 41cb0ef41Sopenharmony_ci<meta charset="utf-8"/> 51cb0ef41Sopenharmony_ci<title>x-euc-jp decoding</title> 61cb0ef41Sopenharmony_ci<meta name="timeout" content="long"> 71cb0ef41Sopenharmony_ci<meta name="variant" content="?1-1000"> 81cb0ef41Sopenharmony_ci<meta name="variant" content="?1001-2000"> 91cb0ef41Sopenharmony_ci<meta name="variant" content="?2001-3000"> 101cb0ef41Sopenharmony_ci<meta name="variant" content="?3001-4000"> 111cb0ef41Sopenharmony_ci<meta name="variant" content="?4001-5000"> 121cb0ef41Sopenharmony_ci<meta name="variant" content="?5001-6000"> 131cb0ef41Sopenharmony_ci<meta name="variant" content="?6001-7000"> 141cb0ef41Sopenharmony_ci<meta name="variant" content="?7001-8000"> 151cb0ef41Sopenharmony_ci<meta name="variant" content="?8001-9000"> 161cb0ef41Sopenharmony_ci<meta name="variant" content="?9001-10000"> 171cb0ef41Sopenharmony_ci<meta name="variant" content="?10001-11000"> 181cb0ef41Sopenharmony_ci<meta name="variant" content="?11001-12000"> 191cb0ef41Sopenharmony_ci<meta name="variant" content="?12001-13000"> 201cb0ef41Sopenharmony_ci<meta name="variant" content="?13001-last"> 211cb0ef41Sopenharmony_ci<script src="/resources/testharness.js"></script> 221cb0ef41Sopenharmony_ci<script src="/resources/testharnessreport.js"></script> 231cb0ef41Sopenharmony_ci<script src="/common/subset-tests.js"></script> 241cb0ef41Sopenharmony_ci<link rel="author" title="Richard Ishida" href="mailto:ishida@w3.org"> 251cb0ef41Sopenharmony_ci<link rel="help" href="https://encoding.spec.whatwg.org/#euc-jp"> 261cb0ef41Sopenharmony_ci<meta name="assert" content="The browser produces the same decoding behavior for a document labeled 'x-euc-jp' as for a document labeled 'euc-jp'."> 271cb0ef41Sopenharmony_ci<style> 281cb0ef41Sopenharmony_ci iframe { display:none } 291cb0ef41Sopenharmony_ci</style> 301cb0ef41Sopenharmony_ci<script src="jis0208_index.js"></script> 311cb0ef41Sopenharmony_ci<script src="jis0212_index.js"></script> 321cb0ef41Sopenharmony_ci<script src="eucjp-decoder.js"></script> 331cb0ef41Sopenharmony_ci<script src="../../resources/decode-common.js"></script> 341cb0ef41Sopenharmony_ci</head> 351cb0ef41Sopenharmony_ci 361cb0ef41Sopenharmony_ci<body onload="showNodes(eucjpDecoder);"> 371cb0ef41Sopenharmony_ci 381cb0ef41Sopenharmony_ci<iframe src="eucjp_chars-x-euc-jp.html" name="scriptWindow" id="scrwin"></iframe> 391cb0ef41Sopenharmony_ci 401cb0ef41Sopenharmony_ci<div id="log"></div> 411cb0ef41Sopenharmony_ci 421cb0ef41Sopenharmony_ci</body> 431cb0ef41Sopenharmony_ci</html> 441cb0ef41Sopenharmony_ci 45