From 875d2f3d40ce1b81193c660a9731c93585c61675 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 11 Oct 2008 04:15:19 +0000 Subject: [PATCH] unicode: offer an interesting selection of alphabetic digraphs Cross-selection of various significant/remarkable letters, mostly to give an indication of which digraphs to use (users are assumed to figure out how to enter most other characters themselves). --- unicode.plp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/unicode.plp b/unicode.plp index 18ed2ce..ca822ac 100644 --- a/unicode.plp +++ b/unicode.plp @@ -273,6 +273,17 @@ print table(@$_) for ( ], ); +print "

Alphabetics

\n\n"; +print table(1, + [ map { ('.', split //, $_->[1]) } @$_ ], + [ map { $_->[0] } @$_ ], +) for [ + [Latin => 'aīıęôɳŋṡšđðƷ'], + [Cyrillic => 'аійэёнњшщчьЯ'], + [Greek => 'αίϊηϋπψσςθξΩ'], + [Hebrew => 'אײיעונןסשטצץ'], +]; + print "

Japanese

\n\n"; print table(@$_) for ( [ -- 2.30.0