yacy_search_server/test/parsertest/umlaute_html_utf8.html
luccioman 780173008e Implemented partial stream parsing of tar archives.
Also added JUnit tests for the tar parser and fixed unwanted use of the
tar parser as a fallback on files included in a tar archive.
2017-08-14 14:57:58 +02:00

12 lines
357 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
In M&#252;nchen steht ein Hofbr&#228;uhaus.
Dort gibt es Bier aus Ma&#223;kr&#252;gen.<br>
<a href="http://localhost/umlaute_html_utf8.html">Example link in UTF-8 encoded HTML</a>
</body>
</html>