X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/7e678eaffb1a57d300e8aa77078d93ab481f8006..e81df0ef9f0d7b5d22b0829f0a89a380a8e310ab:/digraphs.plp diff --git a/digraphs.plp b/digraphs.plp index 3f2d1bf..702e3e6 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -63,7 +63,7 @@ for my $c1group (@chars) { my @class = ('X', grep {$_} $prop, $script); $glyph = EscapeHTML($glyph); - $glyph = "$glyph" if $prop eq 'Zs'; + $glyph = "$glyph" if $prop =~ /\bZs\b/; printf "\n".'%s', join(' ', @class), EscapeHTML($desc), $glyph;