From 2d5b9e1f36bd86e3e7b862f40a9ed3e78325f45a Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 5 Mar 2018 23:02:49 +0100 Subject: [PATCH] charset: describe and link unicode subpage Index only shows a small subset of BMP, while even SMP has been available since commit v1.6-183-gfc33639e32 (2015-06-09) [charset: unicode block allocations for plane 1] and frequently updated. --- charset.plp | 11 ++++++++++- index.plp | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/charset.plp b/charset.plp index 4272b6a..e9f097d 100644 --- a/charset.plp +++ b/charset.plp @@ -28,8 +28,15 @@ use List::Util qw( first pairmap pairfirst pairs );

<: +if ($tablist[0] eq 'unicode') { + say "Detailed allocation of Unicode blocks."; + print "See ", showlink("charsets", '/charset'), " to compare specific encodings"; +} +else { + if ($tablist[0] eq 'default') { - say "Overview of Unicode allocation and common latin code pages."; + say "Overview of Unicode ", showlink("allocation", '/charset/unicode'); + say "and common latin code pages."; say "Compare alternate charsets:"; } else { @@ -60,6 +67,8 @@ print join " •\n", ( hebrew => 0, ], ); + +} :>.

diff --git a/index.plp b/index.plp index e0b761f..8189519 100644 --- a/index.plp +++ b/index.plp @@ -57,6 +57,7 @@ if (open my $log, '-|', git => 'log', -1, @format) {{

Unicode characters