diff --git a/htdocs/index.php b/htdocs/index.php
index f78a6f5..d98c586 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -25,11 +25,11 @@ $domainname = $_SERVER['HTTP_HOST'];
?>
- UTF-8 charmap and HTML characters map 0 ? "• Page " . $_GET["page"] : ""; ?>
+ Unicode charmap and HTML characters map 0 ? "• Page " . $_GET["page"] : ""; ?>
- 0 ? "UTF-8 charmap and HTML characters map, Page " . $_GET["page"] . ", from char nr." . (($_GET["page"] - 1) * 1000) . " to char nr." . ($_GET["page"] * 1000 - 1) . "." : "an ohter unicode character map in the world."; ?>" />
+ 0 ? "Unicode charmap and HTML characters map, Page " . $_GET["page"] . ", from char nr." . (($_GET["page"] - 1) * 1000) . " to char nr." . ($_GET["page"] * 1000 - 1) . "." : "an ohter unicode character map in the world."; ?>" />
@@ -40,7 +40,7 @@ $domainname = $_SERVER['HTTP_HOST'];
=$domainname?>
- an online UTF-8 charmap and HTML characters map
+ an online Unicode charmap and HTML characters map