From a337e0adc7d8b1cfab4cb85d4620f6fd223c1aa4 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 29 Jul 2015 13:56:17 +0200 Subject: [PATCH 1/1] 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. --- latin.plp | 1 + writing-latn.inc.pl | 1 + 2 files changed, 2 insertions(+) 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{ ✌ 👌 👍 👎 ☜ ☞ ☝ ☟ ✋ ☺ 😐 ☹ 💣 ☠ ⚐ 🏱 ✈ ☼ 💧 ❄ 🕆 ✞ 🕈 ✠ ✡ ☪ }], ); -- 2.30.0