X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/66b588e944657d76b8eafab015b789f9341c9c00..c11640facf0c976140547ef1b58971ec8a661dd3:/charset.plp diff --git a/charset.plp b/charset.plp index f9a773a..66e0cc9 100644 --- a/charset.plp +++ b/charset.plp @@ -1,12 +1,5 @@ -<: -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'; :> @@ -15,10 +8,10 @@ $header{content_type} = 'text/html; charset=utf-8'; charset cheat sheet - +<:= stylesheet(qw'light') :> - +

Character encoding

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