From: Mischa POSLAWSKY Date: Wed, 29 Jul 2015 11:56:17 +0000 (+0200) Subject: latin: wingdings row with unicode equivalents X-Git-Tag: v1.8~30 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/a337e0adc7d8b1cfab4cb85d4620f6fd223c1aa4 latin: wingdings row with unicode equivalents 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 ), although lowercase a-z are also commonly used in this kind of obfuscation. --- diff --git a/latin.plp b/latin.plp index c930dce..17d7104 100644 --- 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', + wingdings=> 'Wingdings', code39 => 'Code 39', # ISO/IEC 16388 rm4scc => 'RM4SCC', ); diff --git a/writing-latn.inc.pl b/writing-latn.inc.pl index eebe155..0b08ae4 100644 --- a/writing-latn.inc.pl +++ b/writing-latn.inc.pl @@ -172,4 +172,5 @@ rm4scc => [ 1122 1302 1320 3102 3120 3300 ) ], +wingdings => [qw{ ✌ 👌 👍 👎 ☜ ☞ ☝ ☟ ✋ ☺ 😐 ☹ 💣 ☠ ⚐ 🏱 ✈ ☼ 💧 ❄ 🕆 ✞ 🕈 ✠ ✡ ☪ }], );