X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/9ad72382bdf80bf2232b359a83fe94bfc69c1678..57f9cfa126a76ddeaac15fd55e05277afdcba98f:/font.plp 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 $_";