latin: wingdings row with unicode equivalents
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 29 Jul 2015 11:56:17 +0000 (13:56 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 21 Sep 2015 22:20:08 +0000 (00:20 +0200)
Wingdings is a dingbat font included in Microsoft Windows 3.1+, substituting
letters by shapes and symbols which in turn have all been encoded in Unicode
version 7.0.

Show the results for capital letters A-Z for a general impression of these
glyphs (as listed on <http://www.alanwood.net/demos/wingdings.html>),
although lowercase a-z are also commonly used in this kind of obfuscation.

latin.plp
writing-latn.inc.pl

index c930dceaa8a899ebba5ba18adefeb27167c5f6bc..17d7104c8a8f1d9cb0450b3fe3fb80079ccf1df2 100644 (file)
--- a/latin.plp
+++ b/latin.plp
@@ -51,6 +51,7 @@ my %scriptname = (
        taps     => 'Tap simplified',
        ics      => 'Maritime flags', # International Code of Signals
        sem      => 'Flag semaphore',
        taps     => 'Tap simplified',
        ics      => 'Maritime flags', # International Code of Signals
        sem      => 'Flag semaphore',
+       wingdings=> 'Wingdings',
        code39   => 'Code 39', # ISO/IEC 16388
        rm4scc   => '<abbr title="Royal Mail 4-State Customer Code">RM4SCC</abbr>',
 );
        code39   => 'Code 39', # ISO/IEC 16388
        rm4scc   => '<abbr title="Royal Mail 4-State Customer Code">RM4SCC</abbr>',
 );
index eebe155793890177d21b3f7512e70bcab9a29a50..0b08ae49eaf061eee75923b872c626c13f929540 100644 (file)
@@ -172,4 +172,5 @@ rm4scc => [
                1122 1302 1320 3102 3120 3300
        )
 ],
                1122 1302 1320 3102 3120 3300
        )
 ],
+wingdings => [qw{ ✌ 👌 👍 👎 ☜ ☞ ☝ ☟ ✋ ☺ 😐 ☹ 💣 ☠ ⚐ 🏱 ✈ ☼ 💧 ❄ 🕆 ✞ 🕈 ✠ ✡ ☪ }],
 );
 );