X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/c4a7214bce24b26fbe98d2708eb3c6ad7a5f5c2e..f63a57e71a3aed6fe5e80ca979186e3bd6c7eb6b:/charset.plp diff --git a/charset.plp b/charset.plp index 6b6e7d0..5931b5c 100644 --- a/charset.plp +++ b/charset.plp @@ -1,24 +1,19 @@ -<: -use utf8; -use strict; -use warnings; -use open IO => ':utf8'; - -our $VERSION = '1.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,21 +96,11 @@ for my $cp437 (grep {$request[$_]->{set} eq 'cp437'} 0 .. $#request) { ); } -sub quote { - local $_ = shift; - s/"/"/g; - s//>/g; - return $_; -} - -print "\n"; - :>
@@ -203,15 +191,13 @@ print "\n";