X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/7ffd70c8bf485c8c0777899c792d68ef9ed58436..HEAD:/charset.plp diff --git a/charset.plp b/charset.plp index d1e8d4d..bbab1d6 100644 --- a/charset.plp +++ b/charset.plp @@ -6,6 +6,7 @@ my @tablist = split m{/+}, $Request || 'default'; Html({ title => 'charset cheat sheet', version => '1.3', + canonical => "/charset/$Request" . ($mode && '?compare'), description => [ "Reference sheet with all glyphs in common character encoding tables,", "and an overview of Unicode ranges and UTF-8 bytes.", @@ -16,7 +17,7 @@ Html({ '], (stylesheet => [qw'light']) x !$mode, data => [qw( - charset-encoding.inc.pl + charset.inc.pl charset-encoding.inc.pl charset-unicode.inc.pl charset-ucplanes.inc.pl charset-utf8.inc.pl )], }); @@ -79,7 +80,7 @@ use Shiar_Sheet::FormatChar; my $glyphs = Shiar_Sheet::FormatChar->new; my @request; -my $charsets = Data('charset-encoding'); +my $charsets = Data('charset'); sub tabinput { # generate character table(s)