X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/dae21a09b01baa118720670247a87c5cdc2591b8..0aaffaf050bd5ca5ce5b5caf9e8dec1e8a1b7a48:/charset.plp diff --git a/charset.plp b/charset.plp index e82c5cc..440cabe 100644 --- a/charset.plp +++ b/charset.plp @@ -1,24 +1,20 @@ -<: -use utf8; -use strict; -use warnings; -use open IO => ':utf8'; - -our $VERSION = 'v1.0'; - -$header{content_type} = 'text/html; charset=utf-8'; +<(common.inc.plp)><: + our $VERSION = 'v1.0'; :> - + charset cheat sheet - + + +<:= stylesheet(qw'light') :> + - +

Character encoding

<: @@ -101,19 +97,9 @@ for my $cp437 (grep {$request[$_]->{set} eq 'cp437'} 0 .. $#request) { ); } -sub quote { - local $_ = shift; - s/"/"/g; - s//>/g; - return $_; -} - -print "\n"; - :>