You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-fonts/lfpfonts-fix/files/lfpfonts-fix-0.83-noglyph.p...

17 lines
446 B

--- a/src/ucs2any
+++ b/src/ucs2any
@@ -225,12 +225,7 @@
if (!is_control($ucs)) {
if ($startchar{$ucs}) {
$map{$target} = $ucs;
- } else {
- printf STDERR "No glyph for character U+%04X " .
- "(0x%02x) available.\n", $ucs, $target
- unless (is_blockgraphics($ucs) && $slant ne "R") ||
- ($ucs >= 0x200e && $ucs <= 0x200f);
- }
+ }
}
} else {
printf STDERR "Unrecognized line in '$fmap':\n$_";