Unicode, not uft-8

This commit is contained in:
Beat Jäckle 2023-11-08 10:45:32 +01:00
parent fd6d532f19
commit fadecc609a

View file

@ -25,11 +25,11 @@ $domainname = $_SERVER['HTTP_HOST'];
?> ?>
<html> <html>
<head> <head>
<title>UTF-8 charmap and HTML characters map <?php echo $_GET["page"] > 0 ? "• Page " . $_GET["page"] : ""; ?></title> <title>Unicode charmap and HTML characters map <?php echo $_GET["page"] > 0 ? "• Page " . $_GET["page"] : ""; ?></title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Beat Jäckle"> <meta name="author" content="Beat Jäckle">
<meta name="description" content="<?php echo $_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."; ?>" /> <meta name="description" content="<?php echo $_GET["page"] > 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."; ?>" />
<!-- <link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet"> --> <!-- <link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet"> -->
<link href='css/emoji.css' rel='stylesheet' type='text/css'> <link href='css/emoji.css' rel='stylesheet' type='text/css'>
<link href='css/style.css' rel='stylesheet' type='text/css'> <link href='css/style.css' rel='stylesheet' type='text/css'>
@ -40,7 +40,7 @@ $domainname = $_SERVER['HTTP_HOST'];
<body> <body>
<div class="char welcome"> <div class="char welcome">
<a href='/'><span><?=$domainname?></span></a> <a href='/'><span><?=$domainname?></span></a>
an online UTF-8 charmap and HTML characters map an online Unicode charmap and HTML characters map
</div> </div>
<?php <?php
$search = "4A"; $search = "4A";