unicode: regularise latin samples
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 9 Mar 2010 21:14:31 +0000 (21:14 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 25 Mar 2010 17:39:31 +0000 (17:39 +0000)
Replace second latin table to better show different accents instead of
attempting to maximise the subset for common western usage.  The latter
doesn't have much practical use, while the former is at least useful for
digraph tutoring, and allows a pattern similar to the first latin table.

Add a few verbose tables for emergency access to a few latin orthographies.

unicode.plp

index fe653f9278182eeeca14209a81ad06d4f7ab924e..e22ce5f2b09ca7bad61a0816cb677a999952c87f 100644 (file)
@@ -43,7 +43,16 @@ print_glyph_tables(
        [qw{. † ‡ • . § ¶ # . © ® ™ . ° ′ ″ . − × ÷ . ± ² √}],
        [qw{. ⚋ ⚊ . ⚐ ⚑ . ☺ ☹ . ✓ ✗ . ✔ ✘ }, $verbose ? () : qw{. ◄ ►}],
        [qw{. å ä ö ü ß . ā æ ø ű ſ}],
        [qw{. † ‡ • . § ¶ # . © ® ™ . ° ′ ″ . − × ÷ . ± ² √}],
        [qw{. ⚋ ⚊ . ⚐ ⚑ . ☺ ☹ . ✓ ✗ . ✔ ✘ }, $verbose ? () : qw{. ◄ ►}],
        [qw{. å ä ö ü ß . ā æ ø ű ſ}],
-       [qw{. ñ ç é ê è . ŋ č ų ŭ ů }],
+       [qw{
+               . á è õ û ç . ą ı ơ ů þ
+       }],
+       $verbose ? [qw{
+               .>Englisc   æ ð ē ȝ œ þ ƿ
+               .>Sámi      á č đ ŋ š ŧ ž
+               .>Slavic    ą ě ł ů ź ż ž
+               .>Türkçe    ç ğ ı İ ö ş ü
+               .>Esperanto ĉ ĝ ĥ ĵ ŝ ŭ
+       }] : (),
        [qw{. ¿ … 〃 ‐ – . ‽ · ※ ‒ — }],
        [qw{. α β}],
 
        [qw{. ¿ … 〃 ‐ – . ‽ · ※ ‒ — }],
        [qw{. α β}],