Search notes:

Perl module Unicode::String

use warnings;
use strict;
use feature 'say';

use Unicode::String qw(utf8 latin1 utf16le);
use Data::Translate;

my $d = Data::Translate->new;

my $x = "René";

say length($x); # 5

say $d -> a2h($x); # 152656ec3a9

my $l1 = latin1($x);

say $d -> a2h($l1);
Github repository PerlModules, path: /Unicode/String/script.pl

See also

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...', 1758199972, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Perl/modules/Unicode/String/index(55): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78