1 <?xml version="1.0"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 4 <body> 5 <p>When dumped into a text file by the test controller, this needs to be viewed as UTF-8:</p> 6 <p>This is an em dash, , this is is a delta symbol, , this is an uppercase pi, , and this is a lowercase pi, .</p> 7 <p>Characters from unicode plane 1, like mathematical bold script capital a, , and mathematical bold fraktur small u, , work too.</p> 8 <script>if (window.layoutTestController) layoutTestController.dumpAsText();</script> 9 </body> 10 </html> 11