From e41fa43a164e0932a2f8fe9efa5ff6f74b6b7de0 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 22 Feb 2015 14:12:25 +0100 Subject: [PATCH] digraphs: update mkdigraphlist input description --- tools/mkdigraphlist | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tools/mkdigraphlist b/tools/mkdigraphlist index 17b26a4..0714a2b 100755 --- a/tools/mkdigraphlist +++ b/tools/mkdigraphlist @@ -5,7 +5,6 @@ use warnings; use utf8; use open OUT => ':utf8', ':std'; -use Data::Dumper; our $VERSION = '1.03'; @@ -59,11 +58,8 @@ mkdigraphlist - Output character list of combined digraph data =head1 DESCRIPTION -Parses the official RFC-1345 document, searching the -'character mnemonic table' for all digraph definitions. -If successful, Perl code is output resulting in a hash -with character data keyed by digraph. -Any errors and warnings are given at STDERR. +Combines precompiled digraph includes of rfc (1345), vim, and shiar +and outputs a complete map including character details and usage classes. The value can either be a scalar string containing another digraph which can be considered identical (usually inverted), -- 2.30.0