From: Mischa POSLAWSKY Date: Wed, 4 Apr 2012 21:46:22 +0000 (+0200) Subject: font: strip ascii chars from default ipa selection X-Git-Tag: v1.5~11 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/57f9cfa126a76ddeaac15fd55e05277afdcba98f?ds=sidebyside font: strip ascii chars from default ipa selection --- diff --git a/font.plp b/font.plp index 819bae7..b081ac2 100644 --- a/font.plp +++ b/font.plp @@ -73,6 +73,9 @@ for ($query) { } } } + when ('ipa') { + @chars = grep { !m/[a-zA-Z]/ } @chars; + } } when (qr{[\d,;\s+-]+}) { push @querydesc, "character codepoints $_";