root/LayoutTests/http/tests/mime/quoted-charset.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
    header('Content-type: text/html; charset="koi8-r"');
?>

<p>Should say SUCCESS: SUóóåSS</p>
<p>The latter has some Cyrillic characters that look like Latin ones. This test verifies that decoding
is correctly performed.</p>

<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>

/* [<][>][^][v][top][bottom][index][help] */