X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2fbd3bccf439400b463a21788ea5999e11186c09..c4a7214bce24b26fbe98d2708eb3c6ad7a5f5c2e:/charset.plp diff --git a/charset.plp b/charset.plp index faeedc2..6b6e7d0 100644 --- a/charset.plp +++ b/charset.plp @@ -61,6 +61,11 @@ my @request = map { utf8::upgrade($row{table}); # prevent latin1 output $row{set} = sprintf 'Unicode block U+%02Xxx', $start >> 8; } + elsif ($input eq 'U') { + $row{table} = ' ' x 512; + $row{set} = 'Unicode planes'; + $row{cell} = do 'charset-ucplanes.inc.pl'; + } elsif ($row{set} = resolve_alias($input)) { if ($row{set} eq 'Internal') { $row{table} = ' ' x ($endpoint < 255 ? 640 : 4096);