From 57f9cfa126a76ddeaac15fd55e05277afdcba98f Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 4 Apr 2012 23:46:22 +0200 Subject: [PATCH] font: strip ascii chars from default ipa selection --- font.plp | 3 +++ 1 file changed, 3 insertions(+) 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 $_"; -- 2.30.0