Search notes:

Perl module charnames

use warnings;
use strict;
use utf8;

use charnames ':loose' # , ':alias' => { e_ACUTE => "LATIN SMALL LETTER E WITH ACUTE"}
;

open (my $html, '>', 'charnames.html') or die;
binmode ($html, ':utf8');

print $html '<html><head><meta content="text/html;charset=utf-8" http-equiv="Content-Type"><title>charnames</title></head></body>';

print $html "<table>
  <tr><td>GREEK SMALL LETTER ALPHA</td><td>\N{GREEK SMALL LETTER ALPHA}</td></tr>
  <tr><td>Greek small letter beta </td><td>\N{Greek small letter beta }</td></tr>
  <tr><td>Bullet                  </td><td>\N{Bullet                  }</td></tr>
</table>";
# <tr><td>e_acute                 </td><td>\N{e_ACUTE                 }</td></tr>

print $html charnames::viacode (ord 'รค'); # LATIN SMALL LETTER A WITH DIAERESIS

print $html '</body></html>';
Github repository PerlModules, path: /charnames/script.pl
Perl modules.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759391196, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Perl/modules/charnames/index(57): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78